Debugging & SDLC

Debugging & SDLC

Professional Development

12 Qs

quiz-placeholder

Similar activities

Day 1 - Introduction to Data Science

Day 1 - Introduction to Data Science

Professional Development

10 Qs

SW2020 SALES - MH

SW2020 SALES - MH

Professional Development

10 Qs

Software Development Quiz

Software Development Quiz

6th Grade - Professional Development

10 Qs

Examen final GVP

Examen final GVP

Professional Development

15 Qs

Финальная викторина Python

Финальная викторина Python

Professional Development

8 Qs

Python Quiz : Loop

Python Quiz : Loop

Professional Development

13 Qs

Is our Classroom Management Culturally Responsive?

Is our Classroom Management Culturally Responsive?

Professional Development

10 Qs

Quiz JC ( By Jojo 1 )

Quiz JC ( By Jojo 1 )

Professional Development

13 Qs

Debugging & SDLC

Debugging & SDLC

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Elankayer Sithirasenan

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of programming errors are detected by the IDEs in general ?

Logic Errors

Syntax Errors

Runtime Errors

Divide by Zero Errors

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is a syntax error ?

missing colon in a Python statement

Dividing by zero

wrong condition in a while loop

wrong condition in a for loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is a runtime error ?

missing colon in a Python statement

dividing by zero

wrong condition in a while loop

a spelling mistake in a Python key word

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which on of the following is a logic error ?

misplaced colon in a Python statement

integer out of range

wrong condition in a for loop

spelling mistake in a Python keyword

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is not an appropriate method of debugging ?

use print() statements to find intermediate values

test parts of your code separately

find similar example and compare

use a different programming language

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of F6 (Step Over) function in Thonny ?

start debugging

go into functions

stop debugging

run the next line

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of F7 (Step Into) function in Thonny ?

start debugging

go into functions

stop debugging

run the next line

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?