Which are all the features of Python Programming

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
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
8 questions
KS3 Year 9 Python Quiz 02

Quiz
•
10th Grade
10 questions
Lớp 10: Câu hỏi TN củng cố kiến thức

Quiz
•
10th Grade
10 questions
Python Basics (X)

Quiz
•
10th Grade
10 questions
Python

Quiz
•
7th Grade
11 questions
Python for Class 7

Quiz
•
7th - 8th Grade
14 questions
year 8 lesson 2 quiz - python

Quiz
•
8th - 10th Grade
15 questions
PYTHON PROGRAMMING FUNDAMENTALS

Quiz
•
11th Grade
10 questions
CodeTigers Python 101

Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade
Discover more resources for Computers
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade