CourseNotes
Published on CourseNotes (https://course-notes.org)

Home > Apcs solution acsl

Apcs solution acsl

Subject: 
Physics [1]
Rating: 
0
No votes yet
SocialTags: 
Exponentials [2]
Mathematical analysis [3]
Complex analysis [4]
American Computer Science League [5]
Mathematics [6]
Exponential function [7]
Exponentiation [8]

American Computer Science League Flyer Solutions 1. Boolean Algebra )( BA? CBBA ?( ) = BA CBBA ?( ) = 000 ???? CBBABAA 2. Computer Number Systems 18 = 1, 1002 = 4, 118 = 9, 1016 = 16 so the sequence is 1, 4, 9, 16 ? n2 . The 10th term is 102 = 100 = 1448 3. LISP (EXP (DIV (MULT (ADD 2 (SUB 4 2 ) ) 3 ) 2 ) 4 ) = (EXP (DIV (MULT (ADD 2 2 ) 3 ) 2 ) 4 ) = (EXP (DIV (MULT 4 3 ) 2 ) 4 ) = (EXP (DIV 12 2 ) 4 ) = (EXP 6 4 ) = 1296 4. Prefix/Infix/Postfix 4 3 + 7 5 - * 2 ^ = (4 + 3) (7 - 5) * 2 ^ = 7 * 2 2 ^ = 14 ^ 2 = 196 5. Bit String Flicking (LCIRC-3 (RSHIFT-2 X)) = 10001 Let X = abcde RSHIFT-2 abcde = 00abc LCIRC-3 00abc = bc00a bc00a = 10001 b = 1, c = 0, a = 1, d = * and e = *

Source URL:https://course-notes.org/physics/premium/apcs_solution_acsl#comment-0

Links
[1] https://course-notes.org/subject/physics [2] https://course-notes.org/taxonomy/term/1039505 [3] https://course-notes.org/taxonomy/term/1039504 [4] https://course-notes.org/taxonomy/term/1039595 [5] https://course-notes.org/taxonomy/term/1064366 [6] https://course-notes.org/taxonomy/term/1039195 [7] https://course-notes.org/taxonomy/term/1039512 [8] https://course-notes.org/taxonomy/term/1039513