100% found this document useful (8 votes)
75K views4 pages

Computer Fundamentals Question Bank

This document contains sample questions from a question bank on computer fundamentals. It is divided into 5 units covering topics such as fundamentals of computers, introduction to computers, operating system fundamentals, database management systems, and internet basics. Each unit includes short answer (2 marks), medium answer (5 marks) and long answer (10 marks) questions. The question paper pattern follows the NEP format with 2 marks, 5 marks and 10 marks questions worth a total of 60 marks.

Uploaded by

Mr. MANTRA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (8 votes)
75K views4 pages

Computer Fundamentals Question Bank

This document contains sample questions from a question bank on computer fundamentals. It is divided into 5 units covering topics such as fundamentals of computers, introduction to computers, operating system fundamentals, database management systems, and internet basics. Each unit includes short answer (2 marks), medium answer (5 marks) and long answer (10 marks) questions. The question paper pattern follows the NEP format with 2 marks, 5 marks and 10 marks questions worth a total of 60 marks.

Uploaded by

Mr. MANTRA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
  • Fundamentals of Computers
  • Introduction to Computers
  • Operating System Fundamentals
  • Introduction to Database Management Systems (DBMS)
  • Internet Basics

Page|1

Computer Fundamentals Question Bank

Unit-1: Fundamentals of Computers

(2 Marks Questions)
1. Define the terms: Compiler, interpreter, Assembler.
2. Define is Computer.
3. What is Number System?
4. Expand: BCD, ASCII, CPU, RAM, ROM, PROM, EPROM, EEPROM,
5. What is Boolean algebra?
6. What is software?
7. What are the types of software?
8. Define System Software.
9. Define Utility Software.
10. Define Application Software.
11. Define Assembly Level language.
12. Define Machine Level language.
13. Define High Level language.
14. What are translator programs?
15. Define Assembler.
16. Define Interpreter.
17. Define Compiler.
18. Define Algorithm.
19. Define Flowchart.
20. Define Pseudo code.
21. What is Grey code?
22. What is Unicode?

(5 Marks Questions)
1. Briefly explain the characteristics of computer.
2. Briefly explain the types of computers.(i.e. Analog computer and digital computer)

(10 Marks Questions)


1. Explain the basic organization of a Digital computer.
2. Write a note on History and Evolution of Computers.
Page|2

Unit-2: Introduction to Computers

(2 Marks Questions)
1. What is Microcomputer?
2. What is Minicomputer?
3. What is Mainframe computer?
4. What is Super computer?
5. What is Microprocessor?
6. What are storage units?
7. Define: input device and output device.
8. What is microcontroller?

(5 Marks Questions)
1. Write a short note on Central Processing Unit (CPU).
2. Write a short note on Microprocessor.
3. Write a short note on Microcontroller.
4. Write a short note on Storage units.

(10 Marks Questions)


1. Explain the Anatomy of computer.
2. OR Explain the functions and components of a computer.
3. How CPU and Memory works.
4. Explain Program Execution with an illustrative example.

Unit-3: Operating System Fundamentals

(2 Marks Questions)

1. What is an operating system?


2. What are the functions of Operating System?
3. What are the classifications of Operating System?
4. What are System programs?
5. What are Application programs?
6. What are Utility programs?
7. What is Unix Operating System?
8. What is Booting?
9. List the basic UNIX commands.
Page|3

(5 Marks Questions)

1. Write a note on Microkernel based operating system.


2. Write a short note on Booting.
3. Difference between Application programs and Utility programs.
4. Difference between System programs and Application programs.

(10 Marks Questions)

1. Briefly explain the functions of an operating system.


2. Explain the classification of operating systems.
3. Explain the Unix Operating System.
4. Explain the Basic Unix Commands.

Unit-4: Introduction to Database Management Systems (DBMS)

(2 Marks Questions)
1. What Database?
2. Expand: DBMS, RDBMS, SQL, DML, DDL, DCL, TCL, DQL.
3. What is Database Management System (DBMS)?
4. What is Structured Query Language?
5. What is Data Definition Language?
6. What is Data Manipulation Language?
7. What is Data Control Language?
8. What is Data Query Language?
9. What are constraints in DBMS?

(5 Marks Questions)
1. Write the difference between File system and DBMS.
2. Briefly explain why do we need Database?
3. OR Write a note on File system vs. DBMS.

(10 Marks Questions)


1. Briefly write about the Data types in SQL.
2. Briefly explain the classification of SQL.
3. Explain DDL with constraints.
Page|4

Unit-5: Internet Basics

(2 Marks Questions)
1. What is internet?
2. What is logical address? OR what is IP address?
3. What is physical address? OR what is MAC address?
4. What is Internet Service Provider (ISP)?
5. What is Domain Name System (DNS)?
6. What is Web?
7. What is Web browser?
8. What is http/https?
9. What is URL?
10. What is HTML?
11. What is CSS?
12. Expand: ISP, DNS, WWW, HTTP, HTTPS, URL, HTML, CSS, MAC, IRC, NIC, FTP, TCP, TCP/IP.

(5 Marks Questions)
1. Briefly write about the services of internet.
2. Write the difference between logical address and physical address.
3. Write a short note on Domain Name System.
4. Write a short note on Web or WWW.
5. Write a short note on Web browsers.
6. Write a short note on http/https.
7. Write a short note on URL.
8. Write a short note on HTML5.
9. Write a short note on CSS.

(10 Marks Questions)


1. Write a note on Internet Service Providers.
2. Briefly explain the features of internet.
3. What are the applications of Internet? Explain.

NOTE:
Question Paper Pattern as per NEP is as follows:
Subject: Fundamentals of Computers

2 Marks answer Ten questions (2x10=20)


5 Marks answer Four questions (5x4=20)
10 Marks answer Two questions
(10x2=20)

Total: 60 Marks

Common questions

Powered by AI

The choice between a File system and a DBMS depends on factors such as data complexity, volume, consistency requirements, and the need for concurrent access and security. DBMS offers structured data management, enforcing constraints and facilitating transactions, which enhances integrity and supports concurrent access. On the other hand, traditional File systems might suffice for simpler, static data needs with limited user access. Scalability and advanced querying capabilities make DBMS preferable for complex applications requiring robust data handling .

Boolean algebra provides the mathematical framework for analyzing and simplifying digital circuits. Its fundamental principles, such as the use of binary variables and logical operations (AND, OR, NOT), enable computers to perform complex computations by simplifying the expressions that govern logical decisions. These operations form the basis of digital circuit design and data processing within computers, optimizing efficiency in computing processes .

The anatomy of a computer, including the CPU and memory, is crucial for program execution as the CPU processes instructions, while memory stores and rapidly retrieves data needed by these processes. During execution, a program's instructions are fetched from memory, decoded, and executed by the CPU, which may require accessing memory for data storage and retrieval. For example, in a simple arithmetic operation, the CPU fetches instructions, retrieves data from RAM, performs calculations, and stores results back in memory for output. This coordination ensures efficient execution and multitasking capabilities .

Unicode offers extensive character encoding capabilities, supporting a vast array of global scripts and symbols, which is essential for internationalization. In contrast, ASCII is limited to 128 characters, suitable for basic English text only. However, Unicode's broader scope implies larger data storage requirements compared to ASCII, affecting storage and processing speeds. Despite this, Unicode's versatility makes it the standard for modern communication systems that require diverse language support .

Utility programs are system software designed to help manage, maintain, and control computer resources. They perform tasks such as virus scanning, file management, and system diagnostics. Application programs, on the other hand, are designed to perform specific tasks for users, such as word processing or web browsing. While utility programs ensure system efficiency and security, application programs focus on user-specific needs and enhancing productivity .

Storage units in a computer system, including RAM and hard drives, determine the data storage capacity and the speed at which data can be accessed and written. Their efficiency is influenced by factors such as storage type (volatile vs non-volatile), speed of access (measured in MB/s), and physical technology (SSD vs HDD). Fast access to large data volumes via efficient storage solutions enhances overall performance by reducing latency in data retrieval and processing .

The Unix Operating System is significant for its contributions to developing concepts like multitasking, multiuser capabilities, and its portable code base, which influenced subsequent operating systems. Key features include a hierarchical file system, efficient process handling, and extensive use of scripting for task automation. Its design principles have shaped operating system development, and its emphasis on simplicity and versatility provides a robust framework for both servers and desktops .

Classifying operating systems by parameters like user mode, functionality, and hardware support (e.g., batch, multitasking, real-time, distributed, embedded) aids in understanding their specific functionalities and optimal applications. This classification allows users and developers to select the right operating system for their needs, ensuring compatibility and performance efficiency. For instance, real-time operating systems are crucial for time-sensitive tasks in embedded systems, while multitasking systems are better suited for general computing needs in personal computers .

Microcontrollers are integrated systems designed primarily for control applications, often embedding processors along with peripherals such as memory and input/output interfaces. They are typically used in dedicated appliances for automation and control tasks. In contrast, microprocessors are general-purpose, facilitating complex computing processes by serving as the central processing unit in computers, relying on external components for memory and peripherals. This distinction leads microprocessors to be prevalent in broad-computing devices, whereas microcontrollers are favored for specific control tasks .

A compiler translates an entire high-level language program into machine code before execution, ensuring the program can be run independently later. In contrast, an interpreter translates high-level code into machine code line-by-line during execution, often leading to slower performance. The compiler's advance translation facilitates faster execution post-compilation and includes optimizations not available in interpreters, which require repeated translation during each execution .

P a g e | 1
Computer Fundamentals Question Bank
Unit-1: Fundamentals of Computers
(2 Marks Questions)
1.
Define the terms: Co
P a g e | 2
Unit-2: Introduction to Computers
(2 Marks Questions)
1.
What is Microcomputer?
2.
What is Minicomputer?
3.
What
P a g e | 3
(5 Marks Questions)
1.
Write a note on Microkernel based operating system.
2.
Write a short note on Booting.
3.
D
P a g e | 4
Unit-5: Internet Basics
(2 Marks Questions)
1.
What is internet?
2.
What is logical address? OR what is IP addres

You might also like