Python Definitions Flashcards

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

Processor

A

takes in information for memory

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

Embedded System

A

is a microprocessor of software designed to perform dedicated functions.

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

Input Devices

A

a piece of equipment used to provide data

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

Output Devices

A

reproduces or displays information

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

Hardware

A

physical components of a computer

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

Binary Number

A

is a method of representing numbers using 1’s and 0’s.

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

Computer Systems

A

is a set of integrated devices that input,output,process and store data and information

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

Keywords

A

words with a specific function

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

Camel Case

A

way to name variables e.g. myName

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

Naming System

A

how you name variables

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

Syntax Error

A

a punctuation,spelling or capitalisation of a letter error

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

Argument

A

a value sent to the function

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

Variable

A

an area of memory that shows and stores a value

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

Datatype

A

are integers,float,string and boolean

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

Integer

A

positive or negative whole numbers

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

Floating point or number

A

a decimal number

17
Q

String

A

a word or text or characters in quotation marks “ “

18
Q

Boolean

A

true or false

19
Q

String Indexing

A

numbering items in a string or list

20
Q

String Slicing

A

a section of a string or list

21
Q

List

A

can be used to store a collection of data items

22
Q

Flowchart

A

a plan for code