Computer Science - Full Flashcards

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

Logical error

A

Mistakes that will allow your program to run but doesn’t do what the user intended it to do.

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

Syntax error

A

Mistakes in the way the code is written. Your program will not run

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

This will ask the user a question in the Python Shell and expect a response

A

input

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

Is a location in memory in which you can temporarily store text or numbers . A ________ can change throughout the running of the program.

A

variable

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

Is a location in memory in which you can permanently store data.

A

Constant

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

concatenation

A

This is when you join two objects together to make one (e.g. the data stored in the variable into the print string). The symbol for _____________in python is the + and , sign

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

Changing the datatype

A

casting

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