Home > Python > Quizzes > Python Full Review
Python Full Review
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 70% Most missed: “A(n) _______________ is a set of instructions that a computer follows to perform…”
Python Full Review
Time left 00:00
25 Questions

1. Low-level langauge

2. Element

3. What's the difference between argv and raw_input()?

4. Truncate()

5. %d

6. A(n) ?? Is a special value that marks the end of a sequence of items.

7. %r

8. Function

9. Main memory is commonly known as _______________.

10. Else

11. Get()

12. Lower()

13. Not

14. Break

15. True/false: computer programs typically perform three steps: input is received - some process is performed on the input - and output is produced.

16. True/false: all programs are normally stored in rom and loaded into ram as needed for processing.

17. Ls

18. Method

19. My_list[:]

20. Computer programs typically perform three steps:

21. In python - print statements written on separate lines...

22. \n

23. True/false: an action in a single alternative decision structure is performed only when the condition is true.

24. Sorted(str - reverse=true) <- sorts backwards

25. In python - a comma-separated sequence of data items that are enclosed in a set of brackets is called a _____.