Skip to content
- Design an algorithm to check whether a given string is palindrome or not.
- Represent your algorithm arrived at Q. 1 in flow-chart form.
- Using block diagram, explain the important parts of a computer and how they are interconnected.
- What is static variable ?
- What do you understand by macro in C ?
- Differentiate between formal parameters and actual parameters with suitable examples.
- Write a program to check whether a year is leap year or not.
- What do you mean by the scope of a variable ? What is scope resolution operator ?
- Explain the concept of pointers in C programming. Provide an example to illustrate their usage.
- What do you understand by normalization of a database ? What is the advantage of normalization ?
- Differentiate between internet, intranet and extranet.
- What is the difference between a hub and a switch ?
- What is the difference between a volatile and a non-volatile memory ? Explain the advantages and disadvantages of each memory.
- Discuss the evolution of computer technology over time.
- What is the difference between system software and application software.
- What is the role of control unit in a CPU ?
- Describe the main differences between LAN and WAN and provide an example scenario where each type of network would be used.
- Explain how processor, memory and hard disk are interconnected with the help of a block diagram.
- Explain the concept of electronic mail and electronic data interchange.
- Write the truth table for full adder. Also draw its logic diagram.
- What is SOP and POS in digital logic ? When do we use SOP and POS forms.
- Convert the following octal number to its binary equivalent: 735
- Convert the following hexadecimal number into its octal equivalent: AFB8
- What do you mean by universal logic gates ? Design a full adder using universal logic gates.
- Which of the following best describes the internet ?
- Which of the following can be considered as an output device of a computer ?
- Which of the following is a false statement ?
- Main memory is a permanent storage memory.
- Cache memory is volatile memory
- Hard disk is a secondary memory.
- Main memory can be accessed faster than secondary memory.
- Which of the following statements is false ?
- Compilers can detect runtime errors,
- Some Unix versions can run on laptops.
- Mouse is connected to the computer through the serial interface.
- Executable files contain machine code
- What is the purpose of encryption in computing ?
- To speed up internet connection
- To protect data from unauthorized access
- To increase the storage capacity of a computer
- To create graphics and animation
- How much time will be required to transmit 100K bits of data over a 100 Mbps line ?
- 1 second
- 0.1 second
- 1 millisecond
- 10 milliseconds
- What is the full form of HTML ?
- What is the full form of ENIAC ?
- Why is cache memory faster than main memory ?
- If an array is declared as: double arr [50], How many elements can it hold ?
Like this:
Like Loading...