TG Games

TG Games

Professional Development

6 Qs

quiz-placeholder

Similar activities

STC SAMPLE QUIZ

STC SAMPLE QUIZ

Professional Development

10 Qs

Avaliação Pensamento Computacional - Prático

Avaliação Pensamento Computacional - Prático

1st Grade - Professional Development

10 Qs

Python Libraries Series - Pandas

Python Libraries Series - Pandas

Professional Development

11 Qs

Snakes

Snakes

1st Grade - Professional Development

8 Qs

Езикът Java - синтаксис

Езикът Java - синтаксис

KG - Professional Development

9 Qs

ADCS 12.8.21

ADCS 12.8.21

Professional Development

7 Qs

Python5

Python5

Professional Development

10 Qs

Python for Beginners

Python for Beginners

1st Grade - Professional Development

10 Qs

TG Games

TG Games

Assessment

Quiz

Science

Professional Development

Hard

Created by

Shilpa Singhal

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python was develpoed by

Dennis Ritchie
Bjarne Stroustrup
James Gosling
Guido van Rossum

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Python web framework?

Django

Flask

Ruby on Rails

Spring

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary use of Python?

Web Development

Data Analysis

Game Development

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid Python data type?

Integer

String

List

All of the above

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which loop can be used in C language so that the loop gets executed atleast once?

while

for

switch

do while

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the correct form of Array Declaration?

int a = {1,2,3}

int a[];

int a[]=[1,2,3];

int a = {a,b,c};