
G1Q1

Quiz
•
Computers
•
Professional Development
•
Medium
HASAN YIGIT
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
__________ is the built-in function to know the type of a variable or function.
id()
type()
data_type()
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
__________ keyword is used for creating a function in Python.
define
fun
def
function
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the best solution to repeated code? Select the correct answer.
All options are wrong.
Wrapping the code into one function.
Leave the code as is.
Split code into multiple functions.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following Python function:
def dbl_plus(x):
return 2*x + 1
What is the purpose of the function dbl_plus(x)?
Doubles the input and subtracts 1
Multiplies the input by 2
Doubles the input and adds 1
Adds 1 to the input
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the code snippet:
val = -5
if val < 0:
result = -val
else:
result = val
print(result)
What will be printed as the output?
5
-5
0
10
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the code snippet for i in [30, 40, 50]: print(i), what is being printed?
Fahrenheit to Celsius conversion for each value
Values along with their square roots
Values along with their increments
Values as they are in the list
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Based on the provided code for the variable height: Suppose the variable height is given the value of 75. What will be printed?
if height > 100:
print("space")
elif height > 50:
print("mesosphere")
elif height > 20:
print("stratosphere")
else:
print("troposphere")
mesosphere
space
stratosphere
troposphere
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python Loops and Iterations Quiz

Quiz
•
Professional Development
20 questions
Python practice

Quiz
•
Professional Development
15 questions
Introduction to PHP

Quiz
•
Professional Development
20 questions
Python Programming Fundamental

Quiz
•
Professional Development
20 questions
Estruturas de Repetição e Listas

Quiz
•
Professional Development
20 questions
CodeHS - Intro to Python - Basics and Console Interaction

Quiz
•
9th Grade - Professio...
21 questions
Sequencing Selection & Iteration

Quiz
•
Professional Development
17 questions
Java Basics

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
14 questions
2019 Logos

Quiz
•
Professional Development
6 questions
GUM Chart Scavenger Hunt

Quiz
•
Professional Development
8 questions
Understanding Government: Limited and Unlimited

Quiz
•
Professional Development
20 questions
tape measure

Quiz
•
Professional Development
24 questions
Street Signs

Quiz
•
9th Grade - Professio...