Fundamentals of Computer & Applications - Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/35

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms, computer generations, memory types, input/output devices, number systems, and Boolean algebra from UNIT - I.

Last updated 1:07 PM on 8/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

Computer

An electronic data processing device that accepts and stores data input, processes the data input, and generates the output in a required format.

2
New cards

First Generation Computers

Computers characterized by vacuum tube technology, unreliable performance, support for machine language only, high heat generation, and large size requiring AC.

3
New cards

Second Generation Computers

Computers that used transistors, making them more reliable, smaller, and less power-consuming than first-generation computers.

4
New cards

Third Generation Computers

Computers that introduced IC (Integrated Circuit) technology, supported high-level language, were smaller and faster, and generated less heat.

5
New cards

Fourth Generation Computers

Computers based on VLSI technology that enabled the development of PCs, pipeline processing, internet concepts, and networks without requiring AC.

6
New cards

Fifth Generation Computers

Computers using ULSI technology, focused on true artificial intelligence, natural language processing, parallel processing, and superconductor technology.

7
New cards

Personal Computer (PC)

A single user computer system having a moderately powerful microprocessor.

8
New cards

Workstation

A single user computer system, similar to a personal computer, however having a more powerful microprocessor.

9
New cards

Mini Computer

A multi-user computer system, capable of supporting hundreds of users simultaneously.

10
New cards

Main Frame

A multi-user computer system, capable of supporting hundreds of users simultaneously, with software technology different from minicomputer.

11
New cards

Supercomputer

An extremely fast computer, which can execute hundreds of millions of instructions per second.

12
New cards

Central Processing Unit (CPU)

Considered as the brain of the computer; performs all types of data processing operations, stores data, intermediate results, and instructions, and controls the operation of all parts.

13
New cards

Arithmetic Logic Unit (ALU)

A component of the CPU that carries out arithmetic and logic operations.

14
New cards

Control Unit (CU)

A component of the CPU that controls and directs the operations of all parts of the computer.

15
New cards

Mechanical Mouse

A type of computer mouse that has a rubber or metal ball on its underside and can roll in every direction.

16
New cards

Optical Mouse

A type of computer mouse that uses a laser for detecting movement.

17
New cards

Magnetic Ink Card Reader (MICR)

An input device generally used in banks to process large numbers of cheques printed with magnetic ink.

18
New cards

Optical Character Reader (OCR)

An input device that scans text optically character by character, converts them into machine-readable code, and stores the text in system memory.

19
New cards

Optical Mark Reader (OMR)

A special type of optical scanner used to recognize marks made by pen or pencil, specially used for checking multiple choice examination answer sheets.

20
New cards

Cache Memory

A very high speed semiconductor memory acting as a buffer between the CPU and main memory to hold frequently used data and programs.

21
New cards

Primary Memory

Main memory made of semiconductor devices that holds only data and instructions on which the computer is currently working; loses data when power is switched off.

22
New cards

Static RAM (SRAM)

Volatile memory using a matrix of 6-transistors per cell without capacitors, retaining content as long as power is supplied without requiring regular refresh cycles.

23
New cards

Dynamic RAM (DRAM)

System memory made up of cells composed of one capacitor and one transistor, which must be continually refreshed several hundred times per second.

24
New cards

Read Only Memory (ROM)

Non-volatile memory from which data can only be read, holding permanent instructions required for the bootstrap operation to start a computer.

25
New cards

Motherboard

The physical arrangement in a computer containing basic circuitry and components such as microprocessor, memory, BIOS, and expansion slots.

26
New cards

Port

A physical or programmatic docking point through which an external device connects to a computer or information flows.

27
New cards

Bit

A binary digit representing logical 00 and 11, indicating a passive or active state in an electric circuit.

28
New cards

Nibble

A data measurement unit consisting of a group of 44 bits.

29
New cards

Byte

A data measurement unit consisting of a group of 88 bits; the smallest unit representing a data item or character.

30
New cards

Word

A group of a fixed number of bits processed as a unit by a computer, with word length ranging from 88 bits to 9696 bits.

31
New cards

Decimal Number System

A number system with base 1010 consisting of ten digits from 00 to 99.

32
New cards

Binary Number System

A number system with base 22 that represents every value using only two digits, 00 and 11.

33
New cards

Octal Number System

A number system with base 88 consisting of eight digits from 00 to 77.

34
New cards

Hexadecimal Number System

A number system with base 1616 consisting of sixteen alphanumeric values from 00 to 99 and AA to FF.

35
New cards

Logic Gates

The fundamental building blocks used to create digital circuits, whose functions can be represented by a truth table or Boolean notation.

36
New cards

Boolean Algebra

Also called Binary Algebra or logical Algebra, a system invented by George Boole in 1854 to analyze and simplify digital circuits using binary numbers 00 and 11.