need to work on Flashcards

(14 cards)

1
Q

logic error

A

when a program runs but delivers the wrong result

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

syntax error

A

a mistake in the program where the rules of the programming language are not followed

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

runtime error

A

a mistake in the program that occurs during the execution of a program

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

what type of error is this: trying to access an index out of bounds

A

runtime error

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

what type of error:
if (num MOD 2=1)
return (“EVEN”)

A

logic error

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

what type of error:
procedure mystery (a)
{
display a+4+”cabin”)
}

A

syntax error

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

how many numbers can 1 bit store

A

2

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

IETF (internet engineering task force)

A

develops standards and protocols for internet communication

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

for undecidable problems, is it possible to create algorithms to find a solution?

A

It is not possible to create an algorithm that will solve the problem for all programs and inputs.

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

how is a message encrypted with public key encryption

A

In public cryptography, a message is encrypted with a recipient’s public key and decrypted with the recipient’s private key. the sender only had the receivers public key for encrypting the message

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

cloud computing

A

using computer power, storage, and software over the internet instead of buying your own hardware and software, has helped enhance collaboration, has introduced new data-security concerns.

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

machine learning

A

Machine learning is the process of a computer analyzing data in order to make predictions and decisions based on trends in the data.

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

open standards and protocols

A

Open standards and protocols allow different manufacturers and developers to build hardware and software that can communicate with hardware and software on the rest of the network.

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

metadata describes

A

data

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