IB Computer Science Topic 2 - Computer Organization

Guess the terms of these definitions
Source: Core Computer Science
Some definitions are hidden until other definitions have been answered in order to avoid disclosure of answers to other definitions as much as possible.
See also, for practice with binary conversion (not by me): Fast Decimal to Binary Conversion
Quiz by KRQC2000
Rate:
Last updated: May 3, 2018
You have not attempted this quiz yet.
First submittedMarch 27, 2018
Times taken517
Average score40.0%
Report this quizReport
9:00
Enter answer here
0
 / 60 guessed
The quiz is paused. You have remaining.
Scoring
You scored / = %
This beats or equals % of test takers also scored 100%
The average score is
Your high score is
Your fastest time is
Keep scrolling down for answers and more stats ...
Definition
Term
Computer Architecture
Consists of hardware and software components and follows Input, Process, Output, Storage model
Computer system
The "brain" of the computer, processes data to information according to instructions
Central Processing Unit (CPU)
Controls retrieval of instructions from primary memory as well as sequence of execution
Control Unit (CU)
Performs all basic arithmetic, logical, I/O operations
Arithmetic Logic Unit (ALU)
Small location that can hold data
Register
Holds address of where processed data will need to be stored
Memory Address Register (MAR)
Holds data that will be taken to address that the above is holding.
Memory Data Register (MDR)
Directly accessible by CPU, holds both data and instructions that are running on computer system.
Primary memory
One type of above. Stores executing program instructions and data in unique memory locations that each have address and content. Stored data can be overwritten. Volatile (if power is lost, so are unsaved changes).
Random Access Memory (RAM)
Other type of two rows above. Like above but holds and data cannot be overwritten (even if power is lost) used to boot computer
Read-Only Memory (ROM)
Preferred for main RAM of computer system
Dynamic RAM (DRAM)
Faster but more expensive than above
Static RAM (SRAM)
Divided into L1 and L2, small amount of above that holds most commonly used and accessed information from RAM, making computer system faster. Located closer to CPU than RAM
Cache
Cache located on processor itself
L1 cache
Cache placed between primary memory and processor
L2 cache
Four stages of machine instruction cycle
Fetch (from primary memory to CU)
Decode (in CU)
Execute (by CPU)
Store results in primary memory
May be written to like RAM but non-volatile at the same time. Relatively slow, but high data capacity. Examples of devices: Hard drive, USB, Floppy disc
Secondary memory
Operating and Application Systems
Controls computer's hardware resources and provides services for computer programs. Examples: Windows, Mac, Linux
Operating System (OS)
Responsibility for communicating directly with peripheral devices such as keyboard, monitor, mouse
Peripheral communication
Ensuring that one application does not interfere with memory used by other applications so that the latter does not stop functioning or have its data overwritten.
Memory management
Efficient allocation of resources so that application can run as effectively as possible on computer
Resource monitoring
Managing connections to and interactions with networks of other computer systems to allow sharing of resources
Networking
Keeping track of files stored in memory and discs, as well as files in use by applications
Disc access
Username/password, magnetic cards, biometric, etc.
Security
Keep trace of activity of any user in computer system
Log file
Installed by manufacturer, aims to complete tasks.
Software application
Produces documents. Includes composition, editing, formatting, and sometimes printing. Example: Microsoft Word
Word processor
Organizes and analyzes data in rows and columns. Also performs mathematical calculations, financial and statistical operations, and graph creation. Example: Microsoft Excel
Spreadsheet
Organized collection of data and information in the form of rows/records and columns/fields.
Database
Manages, creates, modifies, and extracts information from above. Example: Microsoft Access
Database management system (DBMS)
Can access, retrieve, and present content (including web pages, images, videos, etc.) on World Wide Web. Example: Chrome
Web browser
Allows exchange of digital messages between author and recipient(s), regardless of whether either is active.
Email
Commonly used by engineers and designers, allows creation and modification of a design, which can be viewed from any angle and can convey information on materials and dimensions. Example: Fusion 360
Computer Aided Design (CAD)
User can edit digital images with tools such as moving, cropping, scaling, and erasing. Example: Photoshop
Graphic processing software
Allows user to interact with applications in numerous ways.
Graphical User Interface (GUI)
Commands are typed into it. Example: CMD, Terminal
Command line interface (CLI)
Where buttons, icons, menus, and other I/O elements are placed
Toolbar
Displays list of commands to be chosen by user to perform various functions
Menu
Communicates information to user, allowing them to respond by choosing an option from specific choices. Example: "Do you want to save changes to …?"
Dialogue box
Binary Representation
Basic unit of information in computer systems, carries only either 1 or 0. Eight of these make one Byte.
Bit
Uses ten digits (0-9) to represent any number regardless of size
Decimal number system
Uses two digits (0, 1) to represent numbers. Most widely used number system in CS. Examples: 1=1, 10=2, 100=4, …
Binary number system
Where positive numbers start with 0 and negative numbers start with 1
Two's complement
Uses 16 digits (0-F), A=10, B=11, …, F=15
Hexadecimal number system
Whole number
Integer
Character-encoding scheme based on English alphabet. Such characters have values from 0-127, inclusive
ASCII
Character-encoding scheme like above but with more symbols and non-English characters
Unicode
Sequence of characters
String
Represented with RGB values. Example: 3366CC
Colour
Simple Logic Gates
Real electrical circuit simulating boolean operators
Logic gate
Both inputs must be true/on
AND
One or both inputs may be true/on
OR
Inverse of input
NOT
Inverse of operation #1
NAND
Inverse of operation #2
NOR
One input may be true/on but not both
XOR
Represents input and output of complex logical/boolean statements
Truth table
No comments yet