Trivia Quiz For Computer Science Students

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Runshaw_Student
R
Runshaw_Student
Community Contributor
Quizzes Created: 1 | Total Attempts: 194
| Attempts: 194 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. The ISO layer responsible for handling IP addresses is 

Explanation

The network layer is responsible for handling IP addresses. This layer is responsible for routing and forwarding data packets across different networks. It assigns logical addresses (IP addresses) to devices and determines the best path for data transmission. The network layer also handles fragmentation and reassembly of packets, ensuring efficient and reliable delivery of data.

Submit
Please wait...
About This Quiz
Trivia Quiz For Computer Science Students - Quiz

This is a trivia Quiz for Computer Science Students. In a world where people are using computers on a daily basis. It is important for them to know... see morethe basics so as to be better placed in the job market. Take up this quiz and get to review all you have learned about computers do far. All the best and keep on revising! see less

2. The DOS command ipconfig/all reveals 

Explanation

The DOS command ipconfig/all reveals the current network configuration of the PC. This command provides detailed information about the IP address, subnet mask, default gateway, DNS servers, and other network settings of the computer. It does not reveal the hardware configuration or the configuration of the web browser.

Submit
3. Which chip sits between the CPU and the RAM on a modern motherboard? 

Explanation

The Northbridge chip sits between the CPU and the RAM on a modern motherboard. It is responsible for handling the communication between the CPU and the RAM, as well as other high-speed devices such as the graphics card. The Northbridge chip plays a crucial role in ensuring efficient data transfer and overall system performance.

Submit
4. AGP stands for … 

Explanation

AGP stands for Accelerated Graphics Port. It is a high-speed point-to-point channel for attaching a graphics card to a computer's motherboard. The AGP interface provides a dedicated pathway for the graphics card to access the system memory, allowing for faster data transfer and improved graphics performance. This technology was commonly used in older computer systems to enhance graphics capabilities for gaming and multimedia applications.

Submit
5. What expansion bus types do most modern motherboards support? 

Explanation

Most modern motherboards support the expansion bus types ISA, PCI, and AGP. ISA (Industry Standard Architecture) is an older bus type that was commonly used in early PCs. PCI (Peripheral Component Interconnect) is a newer and faster bus type that replaced ISA. AGP (Accelerated Graphics Port) is a specialized bus type used specifically for connecting graphics cards. These three bus types are commonly supported on modern motherboards to provide compatibility with a wide range of expansion cards and devices.

Submit
6. What is the default subnet mask for the IP address 201.120.120.10? 

Explanation

The default subnet mask for the IP address 201.120.120.10 is 255.255.255.0. This is because the IP address falls within the range of a Class C network, which has a default subnet mask of 255.255.255.0.

Submit
7. IRQ lines ……… 

Explanation

IRQ lines are used on modern motherboards and processors to allow devices to interrupt the flow of programs in the CPU. This means that when a device needs to communicate with the CPU, it can send an interrupt signal through the IRQ line, causing the CPU to temporarily pause its current task and handle the interrupt. This allows for efficient multitasking and ensures that important tasks are prioritized. The statement "All of the above" is correct because it encompasses the previous statements about IRQ lines being used on modern motherboards and processors and allowing devices to interrupt the flow of programs in the CPU.

Submit
8. A laser printer which starts to print smudgy vertical lines on the paper as well as the desired image is probably suffering from 

Explanation

If a laser printer starts to print smudgy vertical lines on the paper along with the desired image, it is likely suffering from a failure to clean the drum properly. The drum in a laser printer is responsible for transferring toner onto the paper, and if it is not cleaned properly, excess toner may remain on the drum's surface. This excess toner can then be transferred onto the paper, resulting in smudgy vertical lines.

Submit
9.  What is the purpose of a driver? 

Explanation

A driver is a software component that enables the operating system to communicate and interact with a specific device. It provides the necessary instructions and protocols for the operating system to effectively control and utilize the device's functionalities. By telling the operating system how to interact with the device, the driver ensures seamless communication between the software and hardware components, allowing users to effectively utilize and control the device.

Submit
10. What interrupt is traditionally used by the Real Time Clock?  

Explanation

The Real Time Clock (RTC) is traditionally connected to IRQ 8, which is an interrupt request line used by hardware devices to signal the CPU for attention. IRQ 8 is commonly used for time-related functions and is specifically designated for the RTC.

Submit
11. Contiguous files are created by... 

Explanation

Disk defragmenter is the correct answer because it is a tool that reorganizes the data on a computer's hard drive, making it more efficient and improving performance. When files are saved or deleted on a computer, they can become fragmented, meaning that different parts of the file are stored in different locations on the hard drive. Disk defragmenter brings all the fragmented parts of a file together and stores them in contiguous locations on the hard drive, making it easier and faster for the computer to access the file.

Submit
12. What is the expected data rate of USB 2 interfaces? 

Explanation

The expected data rate of USB 2 interfaces is 480Mbps. This is the correct answer because USB 2.0 has a maximum data transfer rate of 480 megabits per second.

Submit
13. Which of the following should you NEVER attempt to service in the field? 

Explanation

PSU stands for Power Supply Unit, which is responsible for providing power to all the components in a computer. It is not recommended to attempt to service the PSU in the field because it involves working with high voltage electricity, which can be dangerous if not handled properly. It is always advisable to seek professional help or replace the PSU if there are any issues with it.

Submit
14. What does ZIF stand for in relation to a CPU type?  

Explanation

ZIF stands for Zero insertion force. This term refers to a type of CPU socket that allows for easy installation and removal of a CPU chip. With a ZIF socket, the CPU can be inserted or removed without applying any force, reducing the risk of damaging the chip or the socket. This type of socket is commonly used in desktop computers and allows for quick and hassle-free CPU upgrades or replacements.

Submit
15. The NTFS filing system can NOT be used by...  

Explanation

Windows 95 does not support the NTFS filing system. NTFS was introduced with Windows NT 3.1 and is not compatible with Windows 95. Windows 95 uses the FAT32 filing system instead.

Submit
16. A site licence allows the user to... 

Explanation

A site licence allows the user to use the software covered by the licence on every machine on the specified site. This means that the user is not limited to a single copy of the software, but can install and use it on multiple machines within the specified site. This provides flexibility and convenience for the user, as they can access and utilize the software on any machine within the site without any restrictions.

Submit
17. What is the smallest storage access unit on an IDE hard drive? 

Explanation

The smallest storage access unit on an IDE hard drive is a sector. A sector is a subdivision of a track on a hard drive and is the basic unit of storage on the drive. Each sector typically holds a fixed amount of data, usually 512 bytes. The operating system and file system use sectors to organize and store data on the hard drive.

Submit
18. Which file extension does not apply to a library file used by an executable program? 

Explanation

The file extension .exe does not apply to a library file used by an executable program. The .exe extension is used for executable files, which are the files that can be directly run by the operating system. Library files, on the other hand, have extensions like .lib and .dll, which are used to store reusable code that can be shared by multiple programs. Therefore, the correct answer is .exe.

Submit
19. On which of the following interfaces would you NOT expect to find a disc drive in a typical PC architecture: 

Explanation

PCI (Peripheral Component Interconnect) is a bus interface used for connecting peripheral devices to a computer's motherboard. It is not typically used for connecting disc drives in a PC architecture. SATA (Serial ATA), SCSI (Small Computer System Interface), and IDE (Integrated Drive Electronics) are all interfaces commonly used for connecting disc drives in a typical PC architecture.

Submit
20. What is a very common symptom of the IDE cable for a floppy drive being connected upside down? 

Explanation

When the IDE cable for a floppy drive is connected upside down, the drive led is permanently lit. This means that the light on the drive will remain on continuously, indicating that there is a problem with the connection. The incorrect orientation of the cable prevents the proper communication between the drive and the computer, resulting in the led staying lit without any variation.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Apr 03, 2011
    Quiz Created by
    Runshaw_Student
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The ISO layer responsible for handling IP addresses is 
The DOS command ipconfig/all reveals 
Which chip sits between the CPU and the RAM on a modern...
AGP stands for … 
What expansion bus types do most modern motherboards support? 
What is the default subnet mask for the IP address...
IRQ lines ……… 
A laser printer which starts to print smudgy vertical lines on the...
 What is the purpose of a driver? 
What interrupt is traditionally used by the Real Time Clock?  
Contiguous files are created by... 
What is the expected data rate of USB 2 interfaces? 
Which of the following should you NEVER attempt to service in the...
What does ZIF stand for in relation to a CPU type?  
The NTFS filing system can NOT be used by...  
A site licence allows the user to... 
What is the smallest storage access unit on an IDE hard drive? 
Which file extension does not apply to a library file used by an...
On which of the following interfaces would you NOT expect to find a...
What is a very common symptom of the IDE cable for a floppy drive...
Alert!

Advertisement