Programming - Screening Test

Programming - Screening Test

3rd Grade - Professional Development

15 Qs

quiz-placeholder

Similar activities

Subroutines

Subroutines

9th - 11th Grade

16 Qs

Functions in Python

Functions in Python

9th - 12th Grade

15 Qs

Functions - Programming 1 Fawaz

Functions - Programming 1 Fawaz

10th Grade

19 Qs

python test 1_23_24

python test 1_23_24

University

10 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Python Training Day-3 Quiz-3

Python Training Day-3 Quiz-3

Professional Development

10 Qs

Input, Output, Variables and Operators

Input, Output, Variables and Operators

5th Grade

20 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

Programming - Screening Test

Programming - Screening Test

Assessment

Quiz

Professional Development, Computers

3rd Grade - Professional Development

Medium

Created by

Lathika Valavan

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A sequence of instructions in a computer language to get the desired result is known as :

An algorithm

A decision table

A program

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The language understood by a computer with out translation is called :

Command Language

High-level language

Assembly language

Machine Language

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the result? 4+3%5

7

3

2

1

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Order of precedence

Exponential, Parentheses, Multiplication, Division, Addition, Subtraction

Exponential, Parentheses, Division, Multiplication, Addition, Subtraction

Parentheses, Exponential, Multiplication, Division, Subtraction, Addition

Parentheses, Exponential, Multiplication, Division, Addition, Subtraction

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

All keywords in Python are in _________

Capitalized

Lower case

Uppercase

Either capitalized or lower case

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output of the following Python statement?

"a"+"bc"

bc

abc

a

bca

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output of the following Python code?

print("abc.DEF". capitalize())

Abc.def

abc.def

Abc.Def

ABC.DEF

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?