Godwin Iheuwa, a Database Administrator at MTN Nigeria, holds an MS in Computer Science, specializing in Agile Methodologies and Database Administration from the University of Bedfordshire and a Bachelor's in Computer Science from the University of Port Harcourt. His proficiency in SQL Server Integration Services (SSIS) and SQL Server Management Studio contributes to his expertise in database management.
, MS (Computer Science)
BySaman
S
Saman
Community Contributor
Quizzes Created: 1|Total Attempts: 163,639
Questions: 100|Viewed: 163,639|Updated: May 8, 2025
The correct answer is "World Wide Web". The term "WWW" is an abbreviation for the World Wide Web, which is a system of interconnected documents and resources that are accessed through the Internet. It is a network of information that allows users to access websites, web pages, and other online content. The World Wide Web has revolutionized the way people communicate, access information, and conduct business online.
Rate this question:
2.
What type of communication network is used to communicate from one city to another?
Hide Answer
Answer:WAN
Explanation:
A WAN (Wide Area Network) is used to communicate from one city to another. Unlike LAN (Local Area Network) and MAN (Metropolitan Area Network) which are limited to a specific area, WAN covers a larger geographical area, connecting multiple cities or even countries. It utilizes various technologies such as leased lines, satellite links, or internet connections to establish communication between distant locations. Therefore, WAN is the correct answer as it specifically addresses communication between cities.
Rate this question:
3.
What is a group of independent computers interconnected through communication media called?
Hide Answer
Answer:Network
Explanation:
A network is a group of independent computers attached to one another through communication media. This allows the computers to share resources, such as files and printers, and communicate with each other. The internet is a global network that connects millions of computers worldwide. E-mail is a communication method that relies on networks to send and receive messages. Therefore, all of the above options are correct as they all involve networks in some way.
Rate this question:
4.
What type of computers were early speedometers an example of?
Hide Answer
Answer:Analog
Explanation:
An early speedometer is an example of an analog computer because it measures and displays continuous data in the form of a needle on a dial, which corresponds to the speed of a vehicle. Analog computers use physical quantities, such as voltage or current, to represent and manipulate data. They are well-suited for tasks that require real-time processing and precise measurements, making them ideal for applications like speed measurement in vehicles.
Rate this question:
5.
Which software is used to view web pages?
Hide Answer
Answer:Web Browser
Explanation:
A web browser is a software application that is used to view web pages. It allows users to access and navigate the World Wide Web. It interprets HTML code, displays web pages, and enables users to interact with websites by clicking on links, filling out forms, and more. Options like "Internet Browser" and "Page Browser" are not commonly used terms to refer to web browsers, making them incorrect choices. Therefore, the correct answer is "Web Browser."
Rate this question:
6.
Which feature is used to save the frequently visited websites?
Hide Answer
Answer:Favorites List/Bookmarks
Explanation:
The correct answer is "Favorites List." In web browsers like Internet Explorer and Microsoft Edge, you can save frequently visited websites to your "Favorites" or "Bookmarks" list for easy access. This allows you to quickly revisit your favorite websites without having to type in the URL each time.
Rate this question:
7.
Which software is used for presentations?
Hide Answer
Answer:Ms-PowerPoint
Explanation:
Ms-Power Point is a presentation program. It is a part of the Microsoft Office suite and is specifically designed for creating and delivering presentations. It allows users to create slideshows with text, images, videos, and animations, making it an ideal tool for presenting information in a visually appealing and engaging manner. MS-Power Point offers various features like slide transitions, templates, and formatting options to enhance the overall presentation. It is widely used in business, education, and other professional settings for presenting ideas, reports, projects, and proposals.
Rate this question:
8.
What does ISP stand for?
Hide Answer
Answer:Internet Service Provider
Explanation:
ISP stands for Internet Service Provider. An ISP is a company or organization that provides internet access to customers. They offer various types of internet connections, such as broadband, DSL, or fiber optic, and allow users to connect to the internet. ISPs are responsible for maintaining the infrastructure and network required for internet connectivity and often provide additional services like email accounts, web hosting, and virtual private networks (VPNs). Therefore, the correct answer is Internet Service Provider.
Rate this question:
9.
What is the base of a number system called?
Hide Answer
Answer:Radix
Explanation:
The correct answer is "Radix". In every number system, there is a base or radix which determines the number of unique digits used and the value of each digit. For example, in the decimal system, the radix is 10 because there are 10 unique digits (0-9). Similarly, in the binary system, the radix is 2 because there are only 2 unique digits (0 and 1). The radix is essential in understanding and interpreting numbers in different number systems.
Rate this question:
10.
What does Bit stand for?
Hide Answer
Answer:Binary Digit
Explanation:
A bit stands for "Binary Digit" because it is the smallest unit of information in computing and digital communications. It can only have two possible values, 0 or 1, which correspond to the binary numbering system. This term is widely used in computer science and information technology to represent the basic building block of data storage and processing.
Rate this question:
11.
What is the value of 1024 bytes?
Hide Answer
Answer:1KB
Explanation:
The correct answer is 1KB because 1KB (kilobyte) is equal to 1024 bytes. The question is asking for a collection of 1024 bytes, and out of the given options, 1KB is the only one that matches this requirement. 1MB (megabyte) is equal to 1024 KB, 1TB (terabyte) is equal to 1024GB, and 1GB (gigabyte) is equal to 1024MB.
Rate this question:
12.
What is the process by which a user sends computer information from his computer to another computer through a modem?
Hide Answer
Answer:Uploading
Explanation:
Uploading is the process in which a user sends computer information from his computer to another computer through a modem. This involves transferring files, data, or any other form of information from the user's computer to a remote server or another computer. Downloading, on the other hand, refers to the process of receiving information from another computer or server to the user's computer. Therefore, the correct answer is Uploading.
Rate this question:
13.
In which generation of electronic devices were vacuum tubes used?
Hide Answer
Answer:First
Explanation:
Vacuum tubes were used in the first generation of electronic devices. These devices were developed in the early 20th century and used vacuum tubes as a key component for amplifying and controlling electrical signals. Vacuum tubes were later replaced by transistors in the second generation of electronic devices.
Rate this question:
14.
Which part of the computer performs arithmetic and logical operations?
Hide Answer
Answer:Arithmetic Logic Unit
Explanation:
The correct answer is the Arithmetic Logic Unit. The Arithmetic Logic Unit (ALU) is responsible for performing arithmetic operations (such as addition, subtraction, multiplication, and division) as well as logical operations (such as AND, OR, and NOT) in a computer system. It is a crucial component of the central processing unit (CPU) and is responsible for executing the instructions of a program by manipulating data and making decisions based on logical conditions.
Rate this question:
15.
Which protocol is used to retrieve email from a mail server?
Hide Answer
Answer:IMAP
Explanation:
IMAP is a protocol used by email clients to retrieve emails from a mail server. Unlike POP (Post Office Protocol), which downloads the email and usually removes it from the server, IMAP allows the email to remain on the server while providing access to it across multiple devices. This is particularly useful when users access their email from multiple locations, such as a phone, laptop, and desktop, because any actions performed on the email (such as reading, deleting, or moving) are synchronized across all devices. IMAP essentially keeps a copy of the email on the server, allowing for better flexibility in managing emails.
Rate this question:
16.
What does 'SQL' stand for in database management?
Hide Answer
Answer:Structured Query Language
Explanation:
SQL, or Structured Query Language, is a specialized programming language used to communicate with relational databases. It is the industry-standard language for querying, manipulating, and defining data in a database. SQL enables users to retrieve specific data, insert new records, update existing records, and delete records from a database. It also allows users to create and modify database structures (like tables) and set permissions for accessing the data. SQL is powerful because it is a declarative language, meaning that users specify what they want to do with the data, and the system decides how to do it, abstracting the complexity of managing large amounts of data.
Rate this question:
17.
In which year was the first hard disk drive introduced?
Hide Answer
Answer:1956
Explanation:
In 1956, IBM introduced the first hard disk drive (HDD), known as the IBM 350. This was part of the IBM 305 RAMAC system, and it marked a significant advancement in data storage technology. The IBM 350 could store about 3.75 megabytes of data, which was substantial at the time. It used magnetic disks to store data, which could be accessed quickly and reliably. The drive consisted of fifty 24-inch disks and was enormous compared to modern storage devices. However, it laid the foundation for modern HDDs, which have since become smaller, more reliable, and capable of storing terabytes of data.
Rate this question:
18.
What is the main function of the ALU (Arithmetic Logic Unit)?
Hide Answer
Answer:Perform Calculations
Explanation:
The Arithmetic Logic Unit (ALU) is a fundamental part of the CPU responsible for carrying out arithmetic and logical operations. Arithmetic operations include basic math like addition, subtraction, multiplication, and division. Logical operations involve comparing two numbers and determining if one is greater than, less than, or equal to the other. The ALU receives instructions from the control unit of the CPU and performs these operations on data stored in the computer’s memory. It is crucial for the overall functioning of a computer because it handles all mathematical computations and logical decisions required by applications and the operating system.
Rate this question:
19.
What does 'GPU' stand for in computing?
Hide Answer
Answer:Graphics Processing Unit
Explanation:
A graphics processing unit (GPU) is a specialized electronic circuit designed to rapidly manipulate and alter memory to accelerate the creation of images in a frame buffer intended for output to a display device. GPUs are used in embedded systems, mobile phones, personal computers, workstations, and game consoles.
Rate this question:
20.
What is the term for the smallest unit of data in a computer system?
Hide Answer
Answer:Bit
Explanation:
A bit, short for binary digit, is the smallest unit of data in a computer system. It can have only one of two values: 0 or 1, which correspond to the two states of a digital system (off or on, respectively). Bits are used in combination to represent more complex data. For example, a group of 8 bits forms a byte, which is used to represent a single character of text. In digital communication and computing, bits are fundamental because they represent the underlying data that all digital information is built upon. Large amounts of data, such as files, images, or videos, are stored as collections of bits.
Rate this question:
21.
Which programming language is known for its use in artificial intelligence?
Hide Answer
Answer:LISP
Explanation:
LISP, or List Processing, is one of the oldest programming languages still in use, created in 1958. It was designed for artificial intelligence (AI) development and is known for its unique syntax based on lists. LISP is especially suited for symbolic reasoning, which is crucial in AI because it allows for the manipulation of symbols rather than just numbers. LISP supports recursion and dynamic data structures, both of which are important for solving complex AI problems. It has been used in areas like machine learning, natural language processing, and expert systems, which rely on its flexibility and powerful symbolic computation capabilities.
Rate this question:
22.
In the computer memory hierarchy, which is the fastest memory type?
Hide Answer
Answer:Cache
Explanation:
Cache memory is the fastest type of memory in a computer and is used to store frequently accessed data and instructions. Cache is located close to the CPU, either directly on the processor (L1 cache) or on the motherboard (L2/L3 cache). The speed of cache memory allows the CPU to access data much more quickly than if it had to retrieve it from the main memory (RAM). Cache is particularly useful for speeding up repetitive tasks because it keeps recently used data close at hand. However, it is small in size compared to RAM, so it is used only for critical data that needs to be accessed quickly.
Rate this question:
23.
What is the purpose of DNS in the internet structure?
Hide Answer
Answer:Translate Domain Names
Explanation:
The Domain Name System (DNS) is the technology that translates human-readable domain names, such as www.example.com, into the numerical IP addresses that computers use to identify each other on the network. DNS is often compared to a phonebook because it allows users to access websites using easy-to-remember names instead of complicated numerical addresses. Without DNS, users would have to remember the exact IP address of every website they wanted to visit. The DNS system is distributed globally, with many DNS servers working together to provide quick and reliable access to websites.
Rate this question:
24.
What type of software controls a computer's hardware and provides a platform for applications?
Hide Answer
Answer:Operating System
Explanation:
An operating system (OS) is a type of system software that acts as an intermediary between the computer hardware and the user. It manages all hardware resources, such as the CPU, memory, storage, and input/output devices, and provides an environment for applications to run. The OS handles tasks such as file management, process scheduling, and security. Common operating systems include Microsoft Windows, macOS, and Linux. Without an operating system, users would not be able to interact with the computer in a meaningful way because there would be no way to run software applications or manage hardware components effectively.
Rate this question:
25.
What company developed the operating system for IBM's personal computer in 1980?
Hide Answer
Answer:Microsoft
26.
For what product is Lexmark best known?
Hide Answer
Answer:Printers
27.
"IBM" is an acronym for what?
Hide Answer
Answer:International Business Machines
28.
What does "www" stand for?
Hide Answer
Answer:World Wide Web
29.
What does the "e" stand for in email?
Hide Answer
Answer:Electronic
30.
What year did Bill Gates graduate from Harvard?
Hide Answer
Answer:He Didn't Graduate From College
31.
What company made the Presario computer?
Hide Answer
Answer:Compaq
32.
From what two words is the term "pixel" derived?
Hide Answer
Answer:Picture Element
33.
In what year was the compact disk invented?
Hide Answer
Answer:1965
34.
What is a computer program that reproduces itself over a network?
Hide Answer
Answer:Worm
35.
Which computer operating system holds the biggest market share in the United States?
Hide Answer
Answer:Windows
36.
What abbreviation stands for "personal computer"?
Hide Answer
Answer:PC
37.
What did keypunch operators do?
Hide Answer
Answer:Entered Data On Computer Cards
38.
Business data centers started moving towards what type of storage in the late 2000s?
Hide Answer
Answer:Solid-State Flash Drives
39.
What term defines delivering hosted services over the internet?
Hide Answer
Answer:Cloud Computing
40.
What computing device did incoming U.S. President Barack Obama fight to keep in 2009?
Hide Answer
Answer:His Blackberry
41.
What device regenerates a wireless network signal to extend the range of the network?
Hide Answer
Answer:Repeater
42.
What name is given to the practice of giving a deceptive IP original in a transmission?
Hide Answer
Answer:Spoofing
43.
In network security, "VPN" refers to what type of setup?
Hide Answer
Answer:Virtual Private Network
44.
In 2008, programmers got busy creating content for which iPhone vendor's App Store?
Hide Answer
Answer:Apple's
45.
What term refers to a bare-bones, small-scale laptop primarily intended for internet use?
Hide Answer
Answer:Netbook
46.
Which university was the first to offer a degree in computer science?
Hide Answer
Answer:Purdue
47.
In 1996, what online company did Sears own part of?
Hide Answer
Answer:Prodigy
48.
From which school did 1989's infamous "Internet Worm" originate?
Hide Answer
Answer:Cornell University
49.
How do Nostradamus and Michelangelo influence computers?
Hide Answer
Answer:They Are Both Names Of Viruses That Crash The Computer
50.
What is the name of the organization that registers internet addresses?
Hide Answer
Answer:InterNIC
51.
Who invented HTML?
Hide Answer
Answer:Tim Berners-Lee
52.
What was the acronym used to refer to the first large-scale electronic computer?
Hide Answer
Answer:ENIAC
53.
In what year did Steve Wozniak and Steve Jobs build the first Apple personal computer?
Hide Answer
Answer:1976
54.
What is the name of the microcomputer kit offered by MITS Inc. in 1975, for just $400?
Hide Answer
Answer:Altair
55.
What company introduced the first commercially available minicomputer?
Hide Answer
Answer:Digital Equipment Corporation
56.
What company co-wrote the first OS/2 operating system with IBM?
Hide Answer
Answer:Microsoft
57.
Which building housed the Office Desktop Applications Division at Microsoft?
Hide Answer
Answer:Building 17
58.
What was the code name for "Windows 95" in its early stages of development?
Hide Answer
Answer:Chicago
59.
What was the first network operating system?
Hide Answer
Answer:Unix
60.
What was the preproduction code name for IBM's AS/400 computers?
Hide Answer
Answer:Silverlake
61.
What was the first web browser available to the public?
Hide Answer
Answer:Mosaic
62.
Who was the computer pioneer who developed "user friendly" software?
Hide Answer
Answer:Grace Murray Hopper
63.
If you were to be A+ certified, what would your certification cover?
Hide Answer
Answer:Hardware And Operating System
64.
Who wrote the kernel for Linux?
Hide Answer
Answer:Linus Torvalds
65.
What are the logical separations between data on a CD called?
Hide Answer
Answer:Tracks
66.
What was "C" originally invented for?
Hide Answer
Answer:Unix System Programming
67.
Who was the first U.S. President to use the email address [email protected]?
Hide Answer
Answer:Bill Clinton
68.
In 2001, a virus spread by masquerading as a digital picture of which celebrity?
Hide Answer
Answer:Anna Kournikova
69.
Which country was the first to have DVD players and discs available for sale?
Hide Answer
Answer:Japan
70.
In what year was the microprocessor invented?
Hide Answer
Answer:1971
71.
What company created the Thinkpad?
Hide Answer
Answer:IBM
72.
What English mathematician conceived the first automatic digital computer?
Hide Answer
Answer:Charles Babbage
73.
Which Harvard dorm-mate of Bill Gates went on to serve as CEO of Microsoft Corporation?
Hide Answer
Answer:Steve Ballmer
74.
Where is Microsoft's headquarters?
Hide Answer
Answer:Redmond, Washington
75.
Which version of Microsoft Windows was released in 1990?
Hide Answer
Answer:Windows 3.0
76.
How long did it take for "Windows 95" to sell more than one million copies?
Hide Answer
Answer:4 Days
77.
Which title was once the best-selling PC game of all time?
Hide Answer
Answer:Microsoft Flight Simulator
78.
What is the identity theft scam in which spam imitates the look and language of legitimate businesses?
Hide Answer
Answer:Phishing
79.
What online company did David Filo and Jerry Yang create in 1994?
Hide Answer
Answer:Yahoo
80.
Which artist teamed with Apple to create the first unique branded iPod?
Hide Answer
Answer:U2
81.
Which company created the Athlon brand name?
Hide Answer
Answer:AMD
82.
Who coined the term "Personal Digital Assistant"?
Hide Answer
Answer:John Sculley
83.
What was the first animated computer-generated feature film?
Hide Answer
Answer:Toy Story
84.
What is the Macintosh version Mac OS X v10.4 known as?
Hide Answer
Answer:Tiger
85.
Who at Apple first envisioned an easy-to-use computer?
Hide Answer
Answer:Jef Raskin
86.
Jef Raskin left due to a personality conflict with whom during the Macintosh Project?
Hide Answer
Answer:Steve Jobs
87.
What former employee returned to Apple and then introduced the iMac in 1998?
Hide Answer
Answer:Steve Jobs
88.
What was Apple's code name for the Mac OS X Server 1.0?
Hide Answer
Answer:Rhapsody
89.
Before Microsoft released Windows 3.0, which computer company already had a graphic user interface?
Hide Answer
Answer:Apple
90.
What kind of bug was responsible for the coining of the phrase "computer bug"?
Hide Answer
Answer:A Moth
91.
In what year was the Ethernet Computer Network established?
Hide Answer
Answer:1973
92.
What movie featured an intelligent computer called "HAL 9000"?
Hide Answer
Answer:2001: A Space Odyssey
93.
Which networking equipment manufacturer is named after a city?
Hide Answer
Answer:Cisco Systems, Inc.
94.
The "Zip Drive" was developed by which company?
Hide Answer
Answer:Iomega
95.
To what does "Lion's Code" refer?
Hide Answer
Answer:Source Code On Unix Level 6
96.
What word describes a way to access a system by circumventing the normal security?
Hide Answer
Answer:Backdoor
97.
In 2009, the Vatican launched what new website with YouTube and Facebook segments?
Hide Answer
Answer:Pope2you.net
98.
What term refers to trying telephone numbers at random looking for open modem lines?
Hide Answer
Answer:Wardialing
99.
What term refers to a set of programs used to access and gain admin access to a system?
Hide Answer
Answer:Rootkit
100.
In order to enhance security, TKIP encryption periodically changes what?