Intro to CS Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are 5 digital devices?

A
  • tablet
  • smartphone
  • desktop/monitor
  • raspberry pi
  • tower/gaming PC
  • server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is programming/coding?

A

Writing a computer code to make a program which solves a problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why is programming/coding important?

A
  • enables us to solve problems
  • allows us to communicate with computers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Name 5 programming languages

A
  • JavaScript
  • Python
  • C(+)(++)(#)
  • BASIC
  • scratch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an effective program?

A

A program which achieves the intended result

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an efficient program?

A

A program which achieves the intended result, making optimal use of resources (processing power, time, money)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a variable?

A

A named memory location used to store values whilst the program is running 🏃‍♂️

How well did you know this?
1
Not at all
2
3
4
5
Perfectly