IS 310 Exam

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

1/39

flashcard set

Earn XP

Description and Tags

Covers vocab words for exam 1

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

Hardware 

  • Process Data by Executing instructions 

  • Provides input and output 

  • Control input, and manage computer resources.

2
New cards

Software

  • Application and system software

  • Instructions tell hardware exactly what tasks to perform and in what order to execute

3
New cards

Data

Fundamental representation of facts and obversations

4
New cards

Communications

  • Sharing data and processing among different systems 

5
New cards

ALU

Arithmetic Logic Unit

6
New cards

CU

Control Unit

7
New cards

Bus

Bundle of wires that carry signals and power between different components 

8
New cards
9
New cards

What are alt terms for memory?

  • Primary storage

  • Working Storage

  • RAM (Random Access Memory)

10
New cards

Communication channels

  • Physical connection between computer systems 

  • I.e. Wires, cables, phone lines, radio wabes, IR, and optic cables

11
New cards

What is a modem or Network Interface Card (NIC) responsible for?

  • Handling communication between the computer and the communication  chanel

12
New cards

Define a system

A collection of organized, linked components that’s recognized a singular unit. 

13
New cards

What is the environment of a system 

Anything outside the system 

14
New cards

What’s the interface of the system

How the environment interacts with the system

15
New cards

Define System Architecture

Fundamental properties, relationship patterns, connections, constraints, and linkages between components within the evironment

16
New cards

Why does caching work

Because of locality of reference

17
New cards

What is Addressing and where is the operand

Adressing modes specify where an operand is located, which is its effective address

18
New cards

What are the types of addressing

  • Immediate

  • Direct

  • Register

  • Indirect
    Register

19
New cards

What’s Immediate Adressing 

  • Where the data is part of the instruction

20
New cards

Direct addressing

Where the address of the data is given in the instruction

21
New cards

Register adressing

Where the data is located in a register

22
New cards

Indirect addressing

Gives the address of the adress of the data in the instruction 

23
New cards

Register inderect addressing

Uses a register to store the address of the address of the data

24
New cards

Whatr are the major components of a computer system

  • Control unit 

  • ALU 

  • Memory 

  • Data path 

  • Registers 

25
New cards

Mnemonic 

  • Short character sequence that represents an instruction 

  • Easier to remember than a numeric code 

26
New cards

Compression

represents data in a more compact form

27
New cards

Metadeta

Data that describes or interprets the meaning of data

28
New cards

Printing characters 

Produced on the screen or printer 

29
New cards

Control characters

Control positions of output on screen or printer

  • I.e. VT - vertical tab or LF - Line feed

30
New cards

Bitmap/ Raster images

  • Photos and paintings with continuous variation

31
New cards

Object/Vector Images

Composed of graphical objects such as geo defined lines and curves

32
New cards

What are the differences between bitmap and object images

  • Quality of the image

  • Storage space required

  • Time to transmit

  • Ease of modification

33
New cards

Propietary formats 

Storing and processing data 

34
New cards

Identify Lossy v Lossless

Lossy - Discards data to save space and increase download speed, may reduce image resi

  • Common in multimedia

  • I.e. JPEG, MP3

Lossless - Doesn’t discard data, but only displays 256 colors; inverse algorithm restores to OG form 

  • I.e., GIFs, PNGs, ZIP, and TIFF

35
New cards

What is MP3

Moving Picture Experts Group

  • Uses lossy compresion techniques to reduce storage requirements

  • Predominent Digi audio format 

36
New cards

Pixel

Picture element

37
New cards

Resolution

Number of pixels per inch

38
New cards

WAV 

A Microsoft multimedia specification 

  • Uncompressed 8/19 bit sound samples 

  • General purpose audio format 

39
New cards

Overflow 

Result of addition or subtraction overflows into the sign bit 

40
New cards

Carry flag

Set when the result of an addition or subtraction exceeds fixed number of bits allocated.