Digital Technology Flashcards

1
Q

What is AI?

A

Artificial Intelligence is computer science concerned with building smart
machines capable of performing tasks that typically require human
Intelligence.

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

How is AI different to computing?

A

In conventional computing, a programmer writes a computer program
that precisely instructs a computer what to solve a particular problem.

With AI, the programmer writes a program that allows the computer to learn to solve a problem by itself.

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

How does AI work?

A

Data is converted from the original format (for example, an image)
into a series of quantitative or qualitative features that can be used to
distinguish different objects in the original data.

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

What is data base classification?

A

One way an AI recognises an object is by feature extraction. These are the
features that help the AI differentiate one object from another. Take one of
the examples below; for example, shark, crocodile or weed-spotting or traffic light detection.

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

How is data base classifiction possible?

A

Information from the feature extraction is organised into a database to
be compared against. Once compared, the image can be given a similarity score to determine how it meets the classification criteria.

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

Example of data base classification?

A

Common characteristics such as wings/no wings, legs/no legs, body covering (hair/fur, moist skin, scales or feathers) animal type: mammal, reptile, bird, amphibian or fish how it moves.

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

What is a flow chart?

A

A flow chart is a visual diagram that shows the steps of any process from beginning to end, using process boxes, flow lines/arrows and other symbols.

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

What is a variable?

A

In programming, a variable is a value that can change, depending on conditions or on information passed to the program.

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

What is block code + advantages and disadvantages

A

What is block code?

Block coding turns programming into a drag-and-drop process by
converting text based code into visual blocks.

Advantages:

It is very easy to use
It is fast
It is visual

Disadvantages

basic
Limited capabilities

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

What is an input?

A

An input is an action. for
example, when a button is
pressed. It is a trigger for the
Microbit to do something

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

What do basic blocks do?

A

The standard coding blocks for shwoing patterns, shapes, and numbers on the screen

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

What do loops do?

A

A key component of coding, loops determine when and how often other blocks get activated e.g repeat every 2 times

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

What do variables do?

A

You can create your own variable, for us it will be the amount of time the wire touches

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

What do logic blocks do?

A

Allow you to add specific conditions like the if/then statments

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