- Samenvattingen en Aantekeningen
Op zoek naar een samenvatting over ? Op deze pagina vind je 26 samenvattingen over .
Pagina 2 van de 26 resultaten
Sorteer op
-
ITS Python Practice Exam 2 - Python Programming Correctly Answered.
- Tentamen (uitwerkingen) • 14 pagina's • 2025
-
Ook in voordeelbundel
-
- €11,35
- + meer info
ITS Python Practice Exam 2 - Python Programming Correctly Answered. 
 
 
Using the dropdown arrows for the missing code pieces, complete the following code example so that it accomplishes the functionality of this game: 
 
A user gets five chances to correctly guess a whole number from 1 to 10. If the user guesses correctly, they get a congratulatory message and the game ends. If not, they get a message thanking them for playing. - CORRECT ANSWER from random import randint 
randint(1,10) 
 
A de...
-
Python Final Exam Study GUIDE Test.
- Tentamen (uitwerkingen) • 28 pagina's • 2025
-
Ook in voordeelbundel
-
- €10,92
- + meer info
Python Final Exam Study GUIDE Test. 
 
 
A(n) __________ program translates a high-level language program into a separate machine language program. 
 
 translator 
 assembler 
 compiler 
 utility - CORRECT ANSWER compiler 
 
The rules that must be followed when writing a program are called __________. 
 
 operators 
 punctuation 
 syntax 
 key words - CORRECT ANSWER syntax 
 
The __________ translates an assembly language program to a machine language program. 
 
 assembler 
 translator...
-
Introduction to Programming Final Exam Review (PYTHON)Study Test.
- Tentamen (uitwerkingen) • 17 pagina's • 2025
-
Ook in voordeelbundel
-
- €11,79
- + meer info
Introduction to Programming Final Exam Review (PYTHON)Study Test. 
 
 
A ________ does not prevent the program from running, but causes it to produce incorrect result - CORRECT ANSWER Syntax Error 
 
A ______ is sequence of characters - CORRECT ANSWER String 
 
A ____ is a name that references a value in the computer's memory - CORRECT ANSWER Variable 
 
A _____ in python must be enclosed in either single or double-quotes - CORRECT ANSWER String Literal 
 
Short notes placed in different ...
-
PYTHON Exam 1 Questions Correctly Answered.
- Tentamen (uitwerkingen) • 6 pagina's • 2025
-
Ook in voordeelbundel
-
- €11,79
- + meer info
PYTHON Exam 1 Questions Correctly Answered. 
 
 
algorithm - CORRECT ANSWER A set of specific steps for solving a category of problems 
 
comment - CORRECT ANSWER Text in a program that is meant for other programmers (or anyone reading the source code) and has no effect on the execution of the program 
 
high-level language - CORRECT ANSWER A programming language like Python that is designed to be easy for humans to read and write. 
 
print - CORRECT ANSWER A function used in a program or sc...
-
Final Exam - Python Coding Study Guide Test.
- Tentamen (uitwerkingen) • 9 pagina's • 2025
-
Ook in voordeelbundel
-
- €10,48
- + meer info
Final Exam - Python Coding Study Guide Test. 
 
 
What will be the result of the following Python 3 statement? temperature = "3" + "5" - CORRECT ANSWER ' 35 ' 
 
What will be the output of the following code in Python 3? 
 
number = 6 
number = number + 4 
lucky_number = 10 * number 
print(lucky_number/number) - CORRECT ANSWER 10 
 
What is the output of the following code in Python 3? 
 
print("Ozymandius"[2:4]) - CORRECT ANSWER ym 
 
What is the output of the follo...
-
Mid-Term Python Exam Questions Correctly Answered.
- Tentamen (uitwerkingen) • 16 pagina's • 2025
-
Ook in voordeelbundel
-
- €11,79
- + meer info
Mid-Term Python Exam Questions Correctly Answered. 
 
 
False - CORRECT ANSWER True or False: Computer science is the study of computers 
 
CPU - CORRECT ANSWER The "brain" of the computer is the 
 
RAM (Random Access Memory) - CORRECT ANSWER Main memory is also called 
 
main memory - CORRECT ANSWER All information that a computer is currently working on is stored in 
 
Syntax - CORRECT ANSWER _______ of a language is its form 
 
Semantics - CORRECT ANSWER _______ of a language is i...
-
ITS Python Practice Exam 1 - Python Programming Study Guide Test.
- Tentamen (uitwerkingen) • 10 pagina's • 2025
-
Ook in voordeelbundel
-
- €11,35
- + meer info
ITS Python Practice Exam 1 - Python Programming Study Guide Test. 
 
 
Python makes the distinction between integers and floating variables. - CORRECT ANSWER Yes 
 
When declaring variables in Python, a data type must be specified. - CORRECT ANSWER No 
 
When setting a boolean variable, the value must start with a capital letter. - CORRECT ANSWER Yes 
 
A developer wants to make sure a serial number cannot be used in a calculation and that a dollar amount entered as a whole number can have de...
-
Python Exam Chapters 1-5 Exam Questions Correctly Answered.
- Tentamen (uitwerkingen) • 13 pagina's • 2025
-
Ook in voordeelbundel
-
- €10,92
- + meer info
Python Exam Chapters 1-5 Exam Questions Correctly Answered. 
 
 
Which of the following are operators, and which are values? 
* 
'hello' 
-88.8 
- 
/ 
+ 
5 - CORRECT ANSWER The operators are +,-,*,and /. The values are 'hello' ,-88.8, and 5. 
 
Which of the following is a variable , and which is a string ? 
spam 
'spam' - CORRECT ANSWER The variable is spam; the string is 'spam'. Strings always start and end with quotes. 
 
Name three data types. - CORRECT ANSWER The t...
-
Python Exam 1: Multiple Choice Questions & Answers.
- Tentamen (uitwerkingen) • 10 pagina's • 2025
-
Ook in voordeelbundel
-
- €10,48
- + meer info
Python Exam 1: Multiple Choice Questions & Answers. 
 
 
What is the informal language, used by programmers use to create models of programs, that has no syntax rules and is not meant to be compiled or executed? 
 
a. flowchart 
b. algorithm 
c. source code 
d. pseudocode - CORRECT ANSWER d. pseudocode 
 
A(n) ________ is a diagram that graphically depicts the steps that take place in a program. 
 
a. flowchart 
b. algorithm 
c. source code 
d. pseudocode - CORRECT ANSWER a. flowchart 
 
The _...
-
Intro to Python Exam Questions With 100% Correct Answers.
- Tentamen (uitwerkingen) • 32 pagina's • 2025
-
Ook in voordeelbundel
-
- €11,35
- + meer info
Intro to Python Exam Questions With 100% Correct Answers. 
 
 
Why are functions helpful? - CORRECT ANSWER Functions facilitate code reusability, readability, and maintenance 
 
What is "scope" in terms of programming language python? - CORRECT ANSWER Scope is the term used to describe the points at which in code variables and functions are defined. 
 
Why is there an error when trying to run this code? 
 
a=int(input()) 
b=int(input()) 
 
if c<a+b: 
print("Less than a +b:) 
 
a = ...
Die samenvatting die je net hebt gekocht, heeft iemand erg blij gemaakt. Ook wekelijks uitbetaald krijgen? Verkoop je studiedocumenten op Stuvia! Ontdek alles over verdienen op Stuvia