AP Exam Shenanigans

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

What does INPUT() and DISPLAY() do?

On the AP exam, INPUT() is used to accept a value from the user and DISPLAY() is used to display a value. Values that are displayed are NOT started on a new line but do contain a space following the value printed.

2
New cards

What is the MOD operator?

It is a remainder (%)

-

On the AP Exam, the modulus operator is denoted by MOD. The MOD operator has the same precedence as the * and / operators.

3
New cards

What comparison operators are used on the AP Exam?

=, ≠, >, <, ≥, and ≤.

As well, AND, OR and NOT are used instead of andor and not.

<p><span>=, ≠, &gt;, &lt;, ≥, and ≤.</span><br></p><p>As well, AND, OR and NOT are used instead of&nbsp;<code>and</code>,&nbsp;<code>or</code>&nbsp;and&nbsp;<code>not</code>.</p><img src="http://127.0.0.1:65123/paste-ac53b95f4ddc84b440e3f8c1a9078958bc8e8d15.jpg" data-width="100%" data-align="center"><img src="http://127.0.0.1:65123/paste-d2401838115c27ef0ff6b9c4ff5b2c45be9a3173.jpg" data-width="100%" data-align="center"><p></p>
4
New cards
<p>What are these the AP Exam alternatives for?</p>

What are these the AP Exam alternatives for?

for loops and while loops