Python Programming

Python Programming

Professional Development

42 Qs

quiz-placeholder

Similar activities

CTFL MOCK QUIZ - 02

CTFL MOCK QUIZ - 02

Professional Development

40 Qs

ITS 101 10-14 Review

ITS 101 10-14 Review

10th Grade - Professional Development

45 Qs

Digital Marketer Revision 1

Digital Marketer Revision 1

Professional Development

38 Qs

Java Control Flow and Collections

Java Control Flow and Collections

11th Grade - Professional Development

39 Qs

Net+ Day 1 OSI Model Topologies and Cables

Net+ Day 1 OSI Model Topologies and Cables

Professional Development

40 Qs

TCS NQT Mock Test 1,VERBAL ABILITY,QUANTITATIVE APTITUDE,PROGRAM

TCS NQT Mock Test 1,VERBAL ABILITY,QUANTITATIVE APTITUDE,PROGRAM

Professional Development

41 Qs

Computer Networking Quiz (1)

Computer Networking Quiz (1)

Professional Development

40 Qs

Pemrogaman Dasar x 2020

Pemrogaman Dasar x 2020

Professional Development

40 Qs

Python Programming

Python Programming

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Haris Baloch

Used 1+ times

FREE Resource

42 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Syntax errors are always spotted when the program is compiled or interpreted.
True
False

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Logic errors are detected by the programming IDE being used.
False
True

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these pseudocode statements is an example of a logic error?
FOR x=0 TO 10 STEP -1
FOR x=0 TO 10 STEP 1
FOR x=10 TO 0 STEP -1
FOR x=0 TOO 10 STEP 1

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Syntax errors are caused by incorrectly typed source code.
True
False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A program won't run if there is a logic error.
False
True

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these pseudocode statements contains a syntax error?
pounds = pence x 100
pounds = pence * 100
pounds = pence / 100
pounds = 100 / pence

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Modern IDEs are able to spot syntax errors as the programmer types.
True
False

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?