Intro to CS Flashcards
1
Q
What are 5 digital devices?
A
- tablet
- smartphone
- desktop/monitor
- raspberry pi
- tower/gaming PC
- server
2
Q
What is programming/coding?
A
Writing a computer code to make a program which solves a problem
3
Q
Why is programming/coding important?
A
- enables us to solve problems
- allows us to communicate with computers
4
Q
Name 5 programming languages
A
- JavaScript
- Python
- C(+)(++)(#)
- BASIC
- scratch
5
Q
What is an effective program?
A
A program which achieves the intended result
6
Q
What is an efficient program?
A
A program which achieves the intended result, making optimal use of resources (processing power, time, money)
7
Q
What is a variable?
A
A named memory location used to store values whilst the program is running 🏃♂️