Who developed python?
OOP Self-Test Quiz

Quiz
•
Computers
•
University
•
Easy
Felix Huerte
Used 4+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
James Gosling
Patrick Naughton
Guido van Rossum
Mark Zuckerberg
Answer explanation
Python is a general-purpose interpreted, interactive, object-oriented, and high- level programming language. It was created by Guido van Rossum during 1985- 1990.
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
A code editor is a tool that is used to write and edit code. Below are samples of IDE, except:
IDLE
Thonny
Repl.it
Macromedia
Answer explanation
An IDE (Integrated Development Environment) understand your code much better than a text editor. It usually provides features such as build automation, code linting, testing and debugging.
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which is correct statement in printing hello world in python.
print("Hello, world!")
System.out.print("Hello, world!");
Console.Write("Hello World")
WriteLN("Hello, world!")
Answer explanation
The print()
function is used to print text or other values to the console. In this case, we are passing the string "hello world" to the print()
function, which will then print it to the console.
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the correct way to write a variable to store the value of 10?
10
int value=10
a=10
char 10
Answer explanation
The first step is to choose a name for the variable. In this case, we have chosen the name number
. The next step is to assign the value of 10 to the variable. This is done using the equal sign (=).
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the answer to print (12/6)?
10
5
2
3
Similar Resources on Quizizz
10 questions
6-文件操作

Quiz
•
University
10 questions
Intro to Python

Quiz
•
KG - University
10 questions
Python Basics

Quiz
•
University
10 questions
Python

Quiz
•
University
10 questions
Q8 - FundComp - Python Básico (En)

Quiz
•
University
10 questions
Python Control Statements

Quiz
•
University
10 questions
Session 2

Quiz
•
University
10 questions
Programming Basics Basics

Quiz
•
8th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade