Lesson 1: Intro to Programming Flashcards

1
Q

It is a way to instruct the computer to perform various tasks.

A

Programming

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

It is an area of programming that refers to writing, markup, and coding involved in web development.

A

Web Programming

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

Web development includes ___, ___, and ___.

A

web content, web client, and server

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

It is an area of programming that is a subset of game development; it is the software development of video games.

A

Game Programming

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

It is the provision of computing services such as servers, storage, databases, networks, software, analysis, intelligence, and more.

A

Cloud Computing Programming

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

It is the use of multiple processing elements simultaneously for solving any problem.

A

Parallel Programming

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

It is any software that can be installed on a single computer and used to perform specific tasks.

A

Desktop App Programming

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

It is a set of coded commands or instructions that tell a mechanical device and electronic system what tasks to perform.

A

Robotics Programming

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

It is used to perform autonomous tasks.

A

Robot software

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

It is the user giving something to the program.

A

Input

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

It is the program giving something to the user.

A

Output

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

It is a function which can perform adding, subtracting, multiplying, and dividing.

A

Arithmetic

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

It is a programming device that performs a function on one or more inputs.

A

Operator

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

Its structures are a way for computer programs to repeat one or more various steps depending on conditions.

A

Conditional and looping

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

Conditions can be set either by ___ initially or real-time by the ___.

A

programmer, actual program

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

It is a classification of data, defines the allowable operations on the data, the meaning of the data, and how the data can be stored.

A

Data Type

  • Fundamentals
17
Q

It is a clustered sequence of operation to perform a well-defined action.

A

Function

  • Fundamentals
18
Q

Function introduces a key concept in programming called ___.

A

scope

19
Q

The ___ of data and function is provided by the looping and iteration rules; also referred to as Control Structure.

A

Dynamics

  • Fundamentals
20
Q

The different ___ developed over the years are developed due to the developers’ different mindset of what to emphasize, data or functions.

A

Language/Programming Paradigms

  • Fundamentals