Computer Fundamentals Flashcards
(211 cards)
An abbreviation for binary digit is
bit
A byte is composed of how many bits?
8 adjacent binary digits (bits)
1 KB is how many bytes?
1000 bytes
The largest binary number that can obtained with 16 bits in its decimal equivalent is
65535
The number of bytes in 48k memory is
ASCII means?
American Standard Code for Information Interchange
What is the most widely used 7-bit alphanumeric code? (letter only)
ASCII
What is a computer programming language in which groups of 1s and 0s are used to represent instructions and the only language a computer actually understood?
Machine language
An area of memory that holds the ASCII characters that are being displayed on a monitor is called ___
screen image
Processors with more than two registers for arithmetic and logical operations are classified as:
general register processors
What input device translates motions of a ball rolled on a flat surface to the monitor screen? (Apr 2018)
Mouse
What is the system program used to translate directly an assembly language to machine language called?
Assembler
What is an operand address?
The address of the data to be operated as the CPU executes the
instruction called for by the 2p code.
What is the standard method for coding data on 80-column, 12-row card?
Hollerith code
A software program designed to enter a computer system, usually a network, through security “holes’ and then replicate itself.
Worm
What refers to the computer’s use of hard disk storage to simulate RAM?
virtual memory
What is a set of instructions that resides an a storage device, such as a hard drive, and can be loaded into memory and executed called?
Stored program
Which of the following devices is NOT serially interfaced to a PC?
Printer
____ is a software that allows users to have fast and flexible access to information in large documents, constructing associations among data items needed.
Hypertext
Which memory holds the most recently read and frequently read data in
memory, making subsequent retrieval of that data much faster than reading from a tape or disk drive or even from the main memory?
Cache memory
A large application or program is divided into modules of equal size
called
pages
What 5-bit code that has long been used in Telex and teletypewriter communications?
Baudot Code
What is the term for a deadlock situation that occurs when a program references a different page for almost every instruction, and there is not even enough real memory to hold most of the virtual memory?
Thrashing
What is a single word memory location used to temporarily hold data during program execution?
Register