
Python FA-01 Pre-Test

Quiz
•
Computers
•
7th - 11th Grade
•
Hard
NIRMALRAJ M
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which are all the features of Python Programming
Interactive
Interpreted
Object-Oriented
High-level Language
General Purpose
Answer explanation
Python is a popular general-purpose interpreted, interactive, object-oriented, and high-level programming language.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Who developed Python Programming Language?
Guido van Rossum
Wick van Rossum
Rasmus Lerdorf
Niene Stom
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select the correct statement:
1. In Interactive mode, user can save & edit python code
2. In Interactive mode, user can see the result immediately
1. true 2. false
1. false 2. true
Both are true
Both are false
Answer explanation
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a program that reads the high level program (source code) and executes the program line by line. Then, finally performs computations and prints the output
Compiler
Interpreter
Assembly Code
Machine Code
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python command used for output function is
print("Hello");
printf("Hello");
print("Hello")
printf("Hello");
Answer explanation
In Python, print() function prints the message to the screen or any other standard output device.
Syntax: print(object(s), sep=separator, end=end, file=file, flush=flush)
Eg: print("Hello")
x = "apple"
print(x)
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which are following are true about Python Variables
A location in memory to store data
We do not need to declare variables before using them or declare their type
It is “statically typed”
All the Above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of this program
a = 10
b = 3
result = a // b
print("result", result)
1
3
3.33
3.4
Answer explanation
The // operator in Python is used to perform floor division, which returns the largest integer less than or equal to the quotient of the division
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Quiz Week 6

Quiz
•
10th Grade
8 questions
Understanding Python Variables and Data Types

Quiz
•
9th Grade
7 questions
Print Function

Quiz
•
7th Grade
10 questions
QUIZ PYTHON KELAS X PSTS

Quiz
•
10th Grade
10 questions
รู้จักภาษาไพทอน

Quiz
•
6th - 8th Grade
11 questions
Brief History of Programming Language

Quiz
•
8th Grade
10 questions
Câu hỏi Python

Quiz
•
9th - 12th Grade
10 questions
Python

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade
20 questions
Computer Hardware

Quiz
•
6th - 8th Grade
21 questions
Gear Ratio Practice

Quiz
•
6th - 8th Grade