Input Device Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Input device

A

A device that sends data into a computer and allwos you to control it: keyboard, mouse, microphone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Output device

A

a piece of hardware that receives data from a computer and converts it to another form such as audio text and visual.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Processor

A

referred to as the brain of the computer its where all the programing happens you cannot operate a computer without the cpu because its the component that carries out the calculations operations and runs the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Storage

A

Feature that enables you to access data from the storage system either temporary or permanently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Motherboard

A

main printed circuit board of a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CPU

A

component that carries out the calculations operations and runs the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

RAM: Random access memory

A

Random access memory temporary storage of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Hard Drive

A

storage medium for a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Video card

A

controlling output to a display screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Power supply

A

supply components with power

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Compiler:

A

translates source code into machine language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Machine Language

A

language understood by a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

JDK: java development kit

A

set of tools and software used for the development of java applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

JVM: Java virtual machine

A

enables a computer to run java programs in another language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

IDE: integrated development environments

A

software used for the development of computer programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Print():

A

print on same line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Println():

A

print on next line

18
Q

//

A

adds comments

19
Q

\n

A

print on next line

20
Q

\t:

A

tab set of spaces

21
Q

\

A

adds backwards slasH

22
Q

\’

A

adds one quotation

23
Q

\”

A

adds double quotation

24
Q

Variables

A

a placeholder to store information for a certain amount of time

25
Q

Scanner Class

A

used to obtain input from a user

26
Q

While Loops:

A

repetition of instructions based on a condition being met once the condition is met the loop will break and the program continues

27
Q

For Loops

A

count controlled loop that includes counter initialization test condition and update

28
Q

Infinite Loops

A

loop that never stops

29
Q

User Controlled loops:

A

user knows in advance how many iterations of the loop is needed they can input a value as a variable to be used as the test condition for that loop

30
Q

Nesting and Breaking

A

combination of if statements for loops and while loops

31
Q

Break StatemenT

A

if a task is complete at some unknown point then there is no need for the loop to continue because the breakstatement will break out of the loop prematurely

32
Q

Sentinel Control Loops

A

a sentinel or flag can is a signal for the loop to end as soon as it is detected (end loop when -1 is entered)

33
Q

Oval

A

start end

34
Q

Paralollagram:

A

input output

35
Q

Diamond:

A

decision

36
Q

Rectangle:

A

process

37
Q

Requirement Analysis:

A

requirements listed in shall statements

38
Q

Design

A

flow chart or pecedo code

39
Q

Implementation

A

making the java code

40
Q

Testing

A

test to see if code is working properly

41
Q

Software Release

A

release the program

42
Q

Maintenance:

A

fix any bugs