Fundamentals of Computer Science

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key concepts in computer science, including definitions of terms related to computers, memory, data representation, and historical figures.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Computer

A device that can be instructed to carry out an arbitrary set of arithmetic or logical operations automatically.

2
New cards

John von Neumann

A mathematician whose team designed the first general-purpose stored program computer in the 1940s.

3
New cards

Turing Machine

A theoretical machine proposed by Alan Turing that formalizes the concept of computation.

4
New cards

CPU

Central Processing Unit; the microprocessor at the heart of a computer responsible for executing instructions.

5
New cards

Control Unit (CU)

Part of the CPU that decodes instructions and activates components to execute them.

6
New cards

Arithmetic and Logic Unit (ALU)

The part of the CPU that performs arithmetic and logical operations.

7
New cards

Main Memory

Also known as primary memory; volatile memory that CPU accesses directly.

8
New cards

Binary

A base-2 numeral system that uses two symbols, typically 0 and 1, to represent values.

9
New cards

Hexadecimal Notation

A base-16 numeral system that uses sixteen distinct symbols; commonly used in computing.

10
New cards

ASCII

American Standard Code for Information Interchange; a character encoding standard for text.

11
New cards

Unicode

A comprehensive character encoding standard that includes characters from all writing systems.

12
New cards

I/O Devices

Input/Output devices used to transfer data into and out of the computer system.