Home > Computer Engineering > Quizzes > Harvard CS50 Coding Terms
Harvard CS50 Coding Terms
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 69% Most missed: “Boolean expressions”

CS50: Introduction to Computer Science.

Harvard CS50 Coding Terms
Time left 00:00
25 Questions

1. integer

2. thread

3. 'make directory' command (C language) | ~/workspace/ $ mkdir _____

4. COMPILER of source code in C language in CS50 IDE | ~/workspace/ $ clang _______.c

5. 'make an executable file from source code' command (C language) | ~/workspace/ $ make _____

6. functions

7. terminal

8. source code

9. decimal

10. machine code

11. integrated development environment

12. variables

13. 'change directory' command (C language) | ~/workspace/ $ cd

14. bit

15. 'remove file' command (C language) | ~/workspace/ $ rm _____

16. 'list files' command (C language) | ~/workspace/ $ ls

17. binary

18. conditions

19. 'remove directory' command (C language) | ~/workspace/ $ rmdir _____

20. algorithm

21. Boolean expressions

22. byte

23. compiler

24. unary

25. loops