{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Computing (y8) Flashcards

(10 cards)

1
Q

Algorithm

A

An Algorithm is a set of instructions or rules to be followed to carry out a task.

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

Python

A

Python is a programming language, that we have taught computers to understand.

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

Syntax

A

Syntax is the rules and structure of a language.

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

variable

A

a memory location that holds data for us, (it can be any type of data)

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

What does the print function do?

A

Displays what is written in the speech marks to the user.

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

We can interact with computers by giving them an

A

input

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

process

A

Once the computer receives the input, it does something with it

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

After the process is finished, the computer normally gives an

A

output

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

How do you get the user to enter their name and store it as a variable called name.

A

name = input(“What is your name?”)

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