0% found this document useful (0 votes)
85 views13 pages

Computer Worksheet Vision Academy

Uploaded by

mac.vasudha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views13 pages

Computer Worksheet Vision Academy

Uploaded by

mac.vasudha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

COMPUTER

Computer Worksheet
For students preparing for MAH-B.BCA/BBA/BMS/BBM CET 2024 for admission to BCA,
BBA, BMS, BBM

1.CPU itself has following ___________ variety of memory types, including system ROM
components? and the processor cache. The majority of the
Ans: 3 time, system RAM is referred to as primary
CPU itself has following three components: memory.
Memory or Storage Unit, Control Unit, ALU
(Arithmetic Logic Unit) 6. The main function of computer software is to
turn data into
Ans: The primary function of computer software
2. What is the primary function of the CPU's is to turn data into information. Data is raw input
instruction decoder? that becomes meaningful output when
Ans: To decode and interpret program processed or arranged. When data is processed
instructions into information, it becomes interpretable and
gains signiNicance.
The instruction decoder in the CPU is
responsible for decoding and interpreting 7. A nibble is equal to _____________ bits?
program instructions. Ans: A nibble is equal to 4 bits.

3. RAM is ______and __________. 8. What is the name of operating system of


Ans: Volatile, temporary Microsoft?
Ans: Windows is a computer operating system
RAM is volatile which means its data are lost developed by Microsoft.
when the device is powered off.
9. What does MIMD stand for?
4. Which memory devices can be removed from Ans: MIMD stands for 'Multiple Instruction and
the computer? Multiple Data Stream'. In this organization, all
Ans: Computer memory is a device that is used processors in a parallel computer can execute
to store information in a computer. Some different instructions and operate on various
memory devices can be removed from the data at the same time.
computer too. Some removable memory devices
are Nloppy, Nlash drives, CDs, etc. 10. Who developed the basic architecture of
computer?
5. A personal computer’s primary memory, Ans: In 1945, Von-Neumann proposed his
commonly known as its main memory, consists computer architecture design, and later it was
of? known as the Von-Neumann Architecture. It
Ans: A personal computer’s main memory is consisted of a Control Unit, Arithmetic, and
made up of both ROM and RAM. This covers a

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
Logical Memory Unit (ALU), Registers, and D. UPS
Inputs/Outputs E. None of these

11. User communicates with a computer with Ans: UPS


the help of which devices? UPS is not an integral part of computer. It is use
Ans: Input-output device feeds data into and for uninterrupted power supply.
accepts data from a computer.
17. What is the purpose of the Control Unit in the
12. Which is not a search engine? CPU?
A. Opera Ans: To control the Nlow of data and instructions
B. Bing within the CPU.
C. Google
D. Yahoo To control the Nlow of data and instructions
within the CPU
Ans: Opera The Control Unit in the CPU is responsible for
Opera is a web browser that offers a variety of controlling the Nlow of data and instructions
features to optimize online activities. within the CPU.

13. Who is the father of computer security? 18. A Joystick is primarily used to/ for
Ans: August Kerckhoff’s, a linguist and German Ans: Computing Gaming
professor at HEC, wrote an essay in the Journal
of Military Science in February 1883. Kerckhoff Joysticks are primarily used for computer
had unwittingly established the foundations for gaming. These are input devices that are
contemporary encryption, earning him the title connected to a computer to manage game
of “Father of Computer Security. controls such as moving front, behind and
sideways, shooting or other gaming tasks.
14. In production of IC chip of computer, what is Hardcore games prefer joysticks over keyboard
needed in the following? controls.
A. Chromium
B. Silicon 19. _____ Is the smallest memory measurement
C. Platinum unit.
D. Gold A. Bit
E. None of the these B. Nibble
C. Byte
Ans: Silicon D. Mega
It is made up of semiconductor material which is E. Zetta
normally silicon. Silicon is the material of choice
in the chip industry. Ans: Bit
A bit (binary digit) is the smallest unit of data
15. What is the purpose of a CPU clock? that a computer can process and store. The term
Ans: To synchronize and control the execution of "bit" refers to a binary digit.
instructions
20. Translator program used in assembly
To synchronize and control the execution of language is called?
instructions Ans: The assembly language uses the translator
A CPU clock is used to synchronize and control program which is known as an assembler. It
the execution of instructions within the CPU. takes the general computer instructions and
transforms it into some bits & bytes which are
16. Which is not an integral part of computer? utilized by the processor of the computer.
A. CPU
B. Mouse
C. Monitor

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
21. BIOS stand for Microprocessors can be used to make Computer,
Ans: BIOS (basic input/output system) is the Digital systems and Calculators.
program a personal computer's microprocessor
uses to get the computer system started after A microprocessor, sometimes called a logic chip,
you turn it on. It also manages data Nlow between is a computer processor on a microchip. The
the computer's operating system and attached microprocessor contains all, or most of, the
devices such as the hard disk, video adapter, central processing unit (CPU) functions and is
keyboard, mouse and printer. the "engine" that goes into motion when you turn
your computer on.
22. What is Windows Explorer?
Ans: Windows Explorer is the Nile manager used 28. First supercomputer developed in India is
by Windows 95 and later versions. It allows Ans: The PARAM 8000 was the Nirst machine in
users to manage Niles, folders and network the series and was built from scratch.
connections, as well as search for Niles and
related components. 29. CPU Retrieves its data and instruction from
A. Secondary Memory
23. To increase the line spacing, use the ____ B. Auxiliary memory
Shortcut Keys C. Main memory
Ctrl + 1 -- Single-space lines. D. None of these
Ctrl + 2 -- Double-space lines.
Ctrl + 5 -- 1.5-line spacing Ans: Main memory

24. Row of relations are called The CPU fetches the instructions one at a time
Ans: Tuples from the main memory into the registers. One
The relational data model represents a table of register is the program counter (pc). The pc
values (or data table). Each row of the table, holds the memory address of the next
therefore, represents a collection of related data instruction to be fetched from main memory.
values and hence, typically corresponds to real
world entity or relationship. Formally, a row is 30. CPU comprises of control unit, memory unit
called a tuple. and _________ units.
Ans: Arithmetic and logical unit
25. The Standard Protocol of the internet is The CPU (central processing unit) is the brains of
Ans: TCP/IP the computer where most calculations take
place. Control unit and arithmetic logic unit is
The standard network protocol of the Internet, two main component of CPU.
TCP/IP, stands for Transmission Control
Protocol/Internet Protocol. 31. Brain of the computer is known by
Ans: CPU
26. WWW Stand for
Ans: World Wide Web The Central Processing Unit (CPU) is known as
the brain of a computer because it's the primary
WWW stands for World Wide Web. The world component that runs the computer's operating
wide web is one set of software services running system and apps. The CPU is also known as the
on the internet. It is a system of interlinked processor or microprocessor.
hypertext documents accessed via the Internet.
Http stand for hypertext transfer protocol. It is 32. USB is refers to
the set of rules for transferring Niles like text, USB stands for Universal Serial Bus and refers to
graphic image, sound, video and other a port type that connects computers to
multimedia Niles etc. on the world wide web. peripheral devices like keyboards, scanners, and
printers.
27. Microprocessor can be used to make?

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
33. Which of the following is magnetic storage Ans: There are two types of RAM. They are Static
device? RAM and Dynamic RAM.
A. Hard disk
B. Compact disk 38. Software refers to
C. Audio tapes A. the physical components that a
D. All of these computer is made of
E. None of these B. Nirmware
C. programs
Ans: Hard disk D. people ware
E. None of the above
Hard disk drives (HDDs) are the most common
magnetic storage device used in computers,
servers, and data centers. Ans: Program
Software is a generic term that refers to
34. Which of the following statement is valid? programs, applications, and scripts that run on a
A. 1 KB = 1024 bits device.
B. 1 MB = 2048 bits
C. 1 MB = 1000 kilobits 39. The primary purpose of the windows
D. 1 KB = 1000 bytes operating system?
E. 1 MB = 1024 kilobytes The primary purpose of an operating system is
to make the most efNicient use of the computer
Ans: 1 megabyte (MB) is equal to 1024 kilobytes hardware. Operating system is a software that
(KB). manages computer hardware and software
resources and provide common services for
35. How many types of computer memory are computer programs. Time-sharing operating
present? system schedule tasks for efNicient use of system
Ans: 3 and may also include accounting software for
costing allocation of processor time, mass
Computer memory is a device that stores data in storage and other resources.
the computer. There are 3 types of memories
present in the computer. ‘They are: 40. The main memory of a computer must be
large enough to contain the active parts of
• Primary Memory: like RAM, ROM __________?
• Secondary Memory: hard disk, CD's Ans: The application
• Cache Memory
The main memory, also known as RAM (Random
36. Which of these devices use capacitors to Access Memory), is a type of computer memory
store data? that is used to temporarily store data and
A. SRAM programs that are currently in use by the
B. DRAM computer's operating system and applications.
C. ERAM
D. PRAM
41. Which of the following can be looked at using
Ans: DRAM the Nind tab?
DRAM or dynamic RAM used capacitors to store A. format
data. It is a type of RAM that stores data B. characters
dynamically as it stores data in capacitors and C. symbol
hence requires refreshing. D. All of the above
E. None of the above
37. How many different types of RAM are there
Ans: Symbol

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
You may look up characters, words, and phrases and external storage. It is a kind of data storage
using the Find tab. device.

42. The system unit that contains the most vital 46. The communication line between CPU
part of the personal computer is called? memory and peripherals is called a
Ans: Bus
Ans: Motherboard
The communication line between a computer's
A motherboard is the main printed circuit board central processing unit (CPU), memory, and
that is also known as main board or system peripherals is called a bus.
board.
A bus is a pathway made up of cables and
43. URL stands for connectors that allows data to be transferred
Ans: Uniform Resource Locator between the CPU and other components.
A Uniform Resource Locator (URL), colloquially
termed a web address, is a reference to a web 47. A byte can represent any number between 0
resource that speciNies its location on a computer and
network and a mechanism for retrieving it. A A. 2
URL is a speciNic type of Uniform Resource B. 255
IdentiNier (URI), although many people use the C. 256
two terms interchangeably. D. 1024
E. 1025
44. The Central Processing Unit (CPU) in a
computer consists of Ans: 255
A. Input, output and processing
B. Control unit, primary storage and byte: 8 bits, can represent positive numbers from
secondary storage 0 to 255.
C. Control unit, arithmetic logical unit,
registers 48. The computer is abbreviation of KB usually
D. None of the above means
A. Key Block
Ans: Control unit, arithmetic logical unit, B. Kernal Boot
registers C. Key Byte
D. Ket Bit
CPU consists of an arithmetic and logic unit E. Kilo Byte
(ALU), a control unit, and various registers. The
CPU is often simply referred to as the processor. Ans: Kilo Byte
The ALU performs arithmetic operations, logic
operations, and related operations, according to KB is an abbreviation for kilobyte, which is a unit
the program instructions. of measurement for computer memory or data
storage.
45. Which of the following is not one of the
internal components of a CPU? 49. Virtual memory is
A. Control sequencer A. An extremely large main memory
B. M-D-R B. An extremely large secondary memory
C. M-A-R C. An illusion of extremely large main
D. Floppy disk memory
D. A type of memory used in super
Ans: Floppy disk computers
E. None of the above
Floppy disk is not an internal components of a
CPU. It is a component of the secondary storage Ans: C

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
Virtual memory is a memory management 55. A ________ is software program used to view
technique that creates the illusion of a large web pages.
memory by hiding the real organization of main Ans: A web browser is a software program that
memory from the processes. allows you to Nind and view websites on the
internet. When a user requests a web page, the
50. LISP is designed for browser retrieves the Niles from a web server and
Ans: LISP is programming language for ArtiNicial displays the page on the user's screen.
intelligence.
56. The vast network of computer that connects
51. Linux is type of _____ software. millions of people all over the world is called?
Ans: Linux is a type of open source operating A. LAN
system (OS). B. Web
C. Hypertext
52. Which contents are lost when the computer D. Internet
turn off? E. None of these
A. storage
B. input Ans: D
C. output The internet is the vast network of computers
D. memory that connects millions of people all over the
world. It's a global system of interconnected
Ans: D computer networks and electronic devices that
The contents that are lost when the computer use a set of protocols to communicate with each
turns off are stored in the memory. other.

53. Which of the following is not a font style? 57. The main reason to encrypt a Nile is to ____.
A. Bold A. Reduce its size
B. Italics B. Secure for its transmission
C. Regular C. Prepare it for backup
D. Super Script D. Include it in the start-up sequence
E. Bold – Italics E. None of the above

Ans: D Ans: B
The main reason to encrypt a Nile is to protect it
Superscript is not related to the font style. It is a during transmission.
letter, character number or symbol that is set
slightly for the normal line of type. It is generally 58. A Database Management System is a type of
smaller than the body of the text and detailed _________software.
occurs at the baseline. A. It is a type of system software
B. It is a kind of application software
54. Which of the following is not a network C. It is a kind of general software
device? D. Both A and C
A. Router
B. Switch Ans: A
C. Modem The DBMS (or Database Management System) is
D. Bridge a kind of system software used for several
E. None of the above operations such as creating tables/databases,
storing data, managing databases. It also allows
Ans: C modifying the data stored in the database as
Modem is not network device. A network device well.
is a node in the wireless mesh network.

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
59. Where does computer add and compare used in lower-speed main memory and general
data? purpose applications.
A. Hard Disk
B. Floppy Disk 63. How many bytes are there in one gigabyte
C. CPU Disk Ans: 1 gigabyte is equal to 1000000000 bytes.
D. Memory Chip
E. None of these 64. How many types of memory does a computer
have?
Ans: C Ans: Computers have two main types of memory:
A computer adds and compares data in its primary and secondary.
central processing unit (CPU) chip. The CPU is
often called the "brain" of a computer because it 65. Which software is used to create
performs most of the computer's processing. presentations to show to customers or staff
members?
60. Causing the CPU to step through a series of A. Report Generation
micro operations is called _________. B. Graph Generator
A. Execution C. Presentation software
B. Runtime D. Picture Generator
C. Pipelining
D. Sequencing Ans: C
presentation software can use to create
Ans: D presentations for customers or staff.
Sequencing is the process of causing the CPU to
step through a series of micro operations. 66. A collections of Program that controls how
Execution causes the performance of each micro your computer system runs and process
operation. information is called?
Ans: An operating system (OS) is a collection of
61. Which of the following is not a type of CPU programs that manages and controls a
cache? computer's resources and hardware and
A. L1 Cache software. It also provides a platform for software
B. L2 Cache to run on and common services for computer
C. RAM Cache programs.
D. L3 Cache
67. Any electronic holding place where data can
Ans: C be stored and retrieved later whenever required
RAM Cache is not a type of CPU cache; it refers to is ____________.
caching data in system RAM. A. memory
B. drive
62. Which of the following memory chip is C. disk
faster? D. circuit
A. There is no certainty
B. DRAM Ans: A
C. SRAM Memory is the place where data can be stored
D. RAM and later retrieved. Memory can be of classiNied
E. None of these into register, cache, main memory, etc.

Ans: SRAM 68. Microsoft ofNice was developed by ………….


Static Random Access Memory (SRAM) is faster Ans: Microsoft OfNice is a software which was
than Dynamic Random Access Memory (DRAM). developed by Microsoft Inc in 1988.
SRAM is used in high-speed cache memory and
high performance applications, while DRAM is 69. First computer mouse was build by

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
Douglas Engelbart, a researcher at Stanford B. ALU
Research Institute (now SRI International), C. UPS
invented the Nirst computer mouse in 1963– D. CPU
1964.
Ans: D
70. The First computer architecture was CPU helps in communication between the
introduced in memory and the arithmetic logical unit.
The Nirst computer architecture was designed in
1970. Computer architecture is the organization 76. A temporary storage area, attached to the
and interconnection of various components of CPU, for I/O operations is a
the computer system. A. Chip
B. Buffer
71. A device that makes copies and reproduces C. Register
text and images is called _____. D. Core
A. CPU
B. Memory Ans: B
C. Printer A temporary storage area, attached to the CPU,
D. Scanner for I/O operations is known as a buffer. It is a
type of memory that is used for temporarily
Ans: D holding data while it is being moved from one
A device that copies or reproduces text and place to another.
images is also called Scanner.
77. Primary storage is ______ as compared to
72. In computing, IP address means secondary storage.
Ans: In computing, an IP address, or Internet A. Slow and inexpensive
Protocol address, is a unique numeric identiNier B. Fast and inexpensive
for a device or network that connects to the C. Fast and expensive
internet. D. Slow and expensive

73. Key to represent relationship between tables Ans: C


is called Primary storage is faster, more expensive, and
Ans: A foreign key is a unique key that represents persistent than secondary storage.
the relationship between two or more tables in a
relational database. 78. Which of the following stores more data?
A. Floppy Disk
74. CPU is fabricated as a single integrated circuit B. CD RW
which is known as? C. DVD
A. Motherboard D. CD ROM
B. Microprocessor
C. ALU Ans: C
D. CU DVD (Digital Video Disc) is the one which stores
most data among these.
Ans: B
A microprocessor is a single integrated circuit A Digital Video Disc can hold about 3.7 Giga
(IC) chip that contains all the circuitry for a Bytes of data which is much more in comparison
computer's central processing unit (CPU). to the second largest in the given options i.e.,
Microprocessors are also known as CPUs. Compact Disc (CD) which can hold only about
700 Mega Bytes of data.
75. Which unit of computer helps in
communication between the memory and the With the arrival of DVDs, Compact Discs were
arithmetic logical unit? rendered useless because of the vast difference
A. CMU in the storage capacity

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
79. Which hard disk will be able to store more Internet is a vast collection of different networks
information? and it also known known as the network of
A. 24 MB networks.
B. 2400 KB
C. 24 Gigabytes 86. Blinking symbol on the computer screen is
D. 240 MB called ___.
The blinking symbol on the computer screen is
Ans: C called the cursor.
A 24 Gigabyte hard disk can store more
information than a 24 MB, 2400 KB, or 240 MB. 87. The most widely used computer device
is______.
80. Size of the ________ memory mainly depends A. Solid state disks
on the size of the address bus. B. Mouse
A. Main C. Internal hard disk
B. Virtual D. External hard disk
C. Secondary
D. Cache Ans: The most widely used computer device is
internal hard disk.
Ans: A
The size of the main memory depends on the size 88. Technology used to provide internet by
of the address bus of the CPU. The main memory transmitting data over wires of telephone
mainly consists of RAM and ROM, where RAM network is?
contains the current data and programs and A. Transmitter
ROM contains permanent programs like BIOS. B. Diodes
C. HHL
81. Word processing software is used to create D. DSL
_______.
Ans: Word processing software is used to create, Ans: D
edit, format, and print documents. Examples DSL (Digital Subscriber Line) is the technology
include Microsoft Word and Google Docs. designed to use the existing telephone lines to
transport high-bandwidth data to service
82. What is the mean of the Booting in the subscribers. DSL was used to allow the early
operating system? users access to the internet and it provides
Booting is a process of the restart the computer. dedicated, point-to-point, public network access.
After restarting it, there is no software in the
computer's main memory.
89. The step and tasks needed to process data,
83. What is the storage area for e-mail messages such as responses to questions or clicking an
called? icon are called?
Ans: An email box (also mailbox, e-mailbox) is A. Instruction
the destination to which electronic mail B. The hardware Unit
messages are delivered. It is the equivalent of a C. Application Unit
letter box in the postal system. D. The System Unit

Software e-mail programs commonly divide the Ans: A


mailbox into separate folders, notably the inbox, The steps and tasks needed to process data, such
outbox, sent items, and deleted items. as responses to questions or clicking an icon, are
called instructions.
84. Shortcut key for underline is ________.
Ans: Ctrl + U is shortcut key for underline. 90. How many types of arithmetic operations
does the ALU of computer perform?
85. What is internet?

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
Ans: The Arithmetic Logic Unit (ALU) of a A disk's content that is recorded at the time of
computer performs four basic arithmetic manufacture and that cannot be changed or
operations: addition, subtraction, multiplication, erased by the user is read-only.
and division.
94. Processing involves
90. CISC stands for_____ A. Inputting data into a computer system
Ans: CISC is a large instruction set computer. It B. Transforming input into output
has variable length instructions. It also has C. Displaying relevant answers
variety of addressing modes. D. Providing relevant answers

91. Which is representative of the size of the Ans: B


memory? Processing involves transforming input into
A. Storage capacity output
B. Access mode
C. Access time 95. Android is ______
D. Permanence storage Ans: Android is a mobile operating system
designed primarily for touch screen mobile
Storage capacity is expressed in terms of Bytes. devices such as smartphones and tablets.
The data is represented as binary digits.
Storage capacity refers to how much disk space 96. Which type of memory is closely related to
one or more storage devices provides. It processor?
measures how much data a computer system A. Main Memory
may contain. B. Secondary Memory
C. Disk Memory
92. Cache and main memory will not be able to D. Tape Memory
hold their contents when the power is OFF.
They are Ans: A
A. Dynamic Main memory, also known as random access
B. Static memory (RAM), is the memory unit that is
C. Volatile directly connected to the central processing unit
D. Non-volatile (CPU) and is closely related to it. The CPU uses
RAM to store data and instructions that are
Ans: C currently being used, and then processes the
data and stores the results back into RAM.
Cache and main memory are volatile memory,
which means they lose their contents when the 97. MS-Word is a
power is turned off. Volatile memory only retains Ans: MS Word is a word processing software
its data while the device is powered on. When developed by Microsoft that allows users to
the power is interrupted, the stored data is create, edit, format, and print documents.
quickly lost.
98. A complete electronic circuit with transistors
93. A disc’s content that is recorded at the time and other electronic components on a small
of manufacture and that cannot be changed or silicon chip is called a?
erased by the user is A. Workstation
A. Memory Only B. CPU
B. Write Only C. Magnetic disk
C. Read Only D. Integrated circuit
D. Run Only
Ans: D
Ans: C A complete electronic circuit with transistors
and other electronic components on a small
silicon chip is called an integrated circuit (IC).

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
The arithmetic and logic unit (ALU) of a
99. The status bit is also called as – computer's central processing unit (CPU)
A. Unsigned bit performs logical operations and comparisons,
B. Flag bit such as less than or equal to, greater than or
C. Signed bit equal to, and others.
D. None of the above
105. ASCII stand for______
Ans: B ASCII stands for American Standard Code for
The status bit is also called as a Flag bit. Information Interchange.

100. An IP address is _____ bit number 106. What is meant by a dedicated computer?
A. 8 Bit Dedicated computer is Which is assigned one
B. 16 Bit and only one task.
C. 32 Bit A dedicated server is a single computer in a
D. 64 Bit network reserved for serving the needs of the
network. For example, some networks require
Ans: C that one computer be set aside to manage
An IP address is a 32-bit number. communications between all the other
computers.
101. A malware is an
Ans: Malware is a kind of short program used by 107. Algorithms and Flow chart help us to _______.
the hacker to gain access to sensitive data/ A. Know the memory capacity
information. B. Direct the output to a printer
C. Identify the base of a number system
102. How many levels are there in architecture of D. Specify the problem completely and
database? clearly
There are three levels of architecture in database Ans: D
- physical level, view level and user level. Algorithm and Flow chart help us to Specify the
problem completely and clearly.
103. The other component of computer system Algorithms and Nlowcharts are two different
is directed to perform the task speciNied in the tools used for creating new programs, especially
program instruction with the help of_______. in computer programming. An algorithm is a
A. Input unit step-by-step analysis of the process, while a
B. Control unit Nlowchart explains the steps of a program in a
C. ALU graphical way.
D. System unit
108. One of the Input device in computer are
Ans: B ________.
The control unit (CU) directs other components A. OS
of a computer to perform tasks speciNied in B. Keyboard
program instructions. C. Pen drive
D. Cable
104. For logical operations or comparisons such Ans: B
as less than or equal to or greater than _____ is An input device in computing is a piece of
used. computer hardware equipment used to supply a
A. ALU data processing system including a computer or
B. Control Unit information appliance with control and data
C. Memory Unit signals. Keyboards, scanners, mouses, joysticks
D. Input Unit and digital cameras are examples of input
devices.
Ans: A

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
109. The Operating system manages _________. Ans: C
A. Memory A photo and a space are not part of an email
B. Process address
C. Disks and I/O devices
D. All of the above 114. The Nirst web browser is _______.
A. Internet Explorer
Ans: D B. Collabra
The operating memory manages all the functions C. Netscape
like memory, processes, disks and input/output D. Mosaic
devices. It is basic software of computer that
support's computer's basic functions like Ans: D
scheduling tasks, executing applications and The Nirst web browser developed by the National
controlling peripherals. Center for Supercomputing Applications (NCSA)
was Mosaic.
110. What do a scanner scans? Mosaic was released in 1993 and was one of the
A. Picture Nirst graphical web browsers.
B. Both Picture and text It was developed by Marc Andreessen and Eric
C. Text Bina at the National Center for Supercomputing
D. Neither picture nor text Applications (NCSA) at the University of Illinois
at Urbana–Champaign.
Ans: B
Scanner —is a device that optically scans images, 115. The key that is used to update the active
printed text, handwriting or an object. window is ______.
Ans: The F5 function key is used to refresh the
111. What will you use if you want to keep track current window.
of addresses, phone numbers, parent/guardian
names, class attendance, average and grades? 116. An HTTP request contains ______ parts.
Every so often you want to send reports home A. 1
that select failing grades and excessive absences. B. 5
A. Access C. 3
B. Excel D. 4
C. PowerPoint
D. Word Ans: C
An HTTP request is made out of three
Ans: A components: request line, headers, and message
Access are used to track of addresses, phone body.
numbers, parent/guardian names, class
attendance, average and grades. It can used send 117. It is software program designed to record
the reports also. (log) every keystroke on the machine on which it
runs.
112. IBM 1401 is _______. A. Keylogger
The IBM 1401 is a second generation, 16-bit, B. Worms
variable word length decimal mainframe C. Virus
computer. D. Cracker

113. Which of the following is never a part of an Ans: A


e-mail address? Keyloggers are tools that can record every
A. @ keystroke that you type into a computer or
B. _ mobile keyboard. Because you interact with a
C. Space device primarily through the keyboard,
D. None of these keyloggers can record a lot of information about
your activity.

VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in


! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
VISION ACADEMY EDUCATION | YT: @VisionAcademyEduca=on | ! updatestoday.in
! Telegram: https://t.me/visionacademyeducation
! WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313

You might also like