IT MidTerm Practice

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

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

Assembly language

One example of a low-level programming language.

2
New cards

Machine language

The instructions and data that correspond to software and reside in RAM when software is launched.

3
New cards

ALU processing for 64 bit number

It takes 4 adds to process a 64 bit number if the word length is 16.

4
New cards

Registers

A memory element that temporarily holds a single unit or word of data.

5
New cards

Clock cycle

Indicates the amount of time between two pulses of an oscillator (1 and 0) and measures the speed of the processor.

6
New cards

Assembler

Translates assembly language code to machine code.

7
New cards

Compiler

Transforms high-level source code in a high-level programming language into low level object code (binary code).

8
New cards

Fetch an instruction

The first step when the control unit swings into action.

9
New cards

Parallel Processing

Simultaneous use of more than one processor (multiple cores) to execute a program.

10
New cards

Serial processing

Processes data one instruction at a time, completing one instruction before beginning another.

11
New cards

CISC technology

What x86 processors use.

12
New cards

Vector graphics

Require more storage space than bitmaps, but can be enlarged without becoming pixelated.

13
New cards

Literature Review

Tells the reader what other researchers have discovered about the topic of the paper.

14
New cards

Formulating the hypothesis

A tentative assumption made to draw out and test its logical or empirical consequences to a scientific question.

15
New cards

AND gate

Represented by A*B.

16
New cards

NOT gate

Also known as an Inverter and Complimenter.

17
New cards

Decoder

Transforms Opcodes into control signals.

18
New cards

MUX

Another combinational logic circuit.

19
New cards

Half adder

An example of a simple, functional digital circuit built from two logic gates.

20
New cards

Hexadecimal

Common in programming languages.

21
New cards

Sampling rate

Refers to the number of times per second that a sound is measured during the recording process.

22
New cards

Wireframe

A representation of a 3-D object using separate lines to create a model.

23
New cards

Frame rate

The number of frames that are displayed per second.

24
New cards

Interlaced scan

A contrasting scanning technique that produces an image by drawing every other line, then filling in the in-between lines.

25
New cards

Lossless compression

Provides a way to compress data and reconstitute it into its original state without reducing quality.

26
New cards

Lossy compression

Audio compression is usually this type.

27
New cards

Run-length encoding

A type of lossless compression that replaces a series of similarly colored pixels with a binary code.

28
New cards

Interframe compression

Stores only the pixels that change color from one frame to the next.

29
New cards

ASCII

Stands for American Standard Code for Information Interchange.

30
New cards

Computer

Any device capable of processing information to produce a desired result.

31
New cards

Computer functions

Includes accepting data, processing data, producing output, and storing results.