Input Device Flashcards

(42 cards)

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
Scanner Class
used to obtain input from a user
26
While Loops:
repetition of instructions based on a condition being met once the condition is met the loop will break and the program continues
27
For Loops
count controlled loop that includes counter initialization test condition and update
28
Infinite Loops
loop that never stops
29
User Controlled loops:
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
Nesting and Breaking
combination of if statements for loops and while loops
31
Break StatemenT
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
Sentinel Control Loops
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
Oval
start end
34
Paralollagram:
input output
35
Diamond:
decision
36
Rectangle:
process
37
Requirement Analysis:
requirements listed in shall statements
38
Design
flow chart or pecedo code
39
Implementation
making the java code
40
Testing
test to see if code is working properly
41
Software Release
release the program
42
Maintenance:
fix any bugs