Thursday, November 28, 2019
Tuesday, November 26, 2019
Algorithum and Pseudocode
Algorithm: a step by step set of rules or instructions.
1) following the instructions to make KD.
2) making an account for a game or social media.
Pseudocode: An informal description of code or a concept that's intended for human reading.
1) following the instructions to make KD.
2) making an account for a game or social media.
Pseudocode: An informal description of code or a concept that's intended for human reading.
Friday, November 22, 2019
Wednesday, November 20, 2019
Friday, November 15, 2019
Wednesday, November 13, 2019
Thursday, November 7, 2019
Thursday questions
1. Logic operators are a word that connects Booleans together.
Boolean is a true or false value that tells the computer the possible outcomes.
Conditional coding is a block of code that looks like a “if” or “else”. “If” runs when it’s true and “then” runs if it’s false.
Conditions test something to see if the are true or false.
2. I feel it is harder for the human to logically think vs a computer because our brains are not as complex as a computers.
Boolean is a true or false value that tells the computer the possible outcomes.
Conditional coding is a block of code that looks like a “if” or “else”. “If” runs when it’s true and “then” runs if it’s false.
Conditions test something to see if the are true or false.
2. I feel it is harder for the human to logically think vs a computer because our brains are not as complex as a computers.
Tuesday, November 5, 2019
4 Definitions
Condition: something you test that results in “true” or “false”. For example you’re handing out flyers to recruit new members for the coding club. When you see a student, decide
Conditional coding: a block of code that will run only if something is true.this can be expressed as an”if-then” statement.it can also include an “else block” which runs if all conditions in the statement are false
Boolean: a value that can only be true or false. For the conditional statement to run, we have to tell the computer what the possible outcomes are.
Logical operator: A symbol or word, such as “and” “or”, and “not”, that connects two or more Boolean to make conditional decisions more specific.
Conditional coding: a block of code that will run only if something is true.this can be expressed as an”if-then” statement.it can also include an “else block” which runs if all conditions in the statement are false
Boolean: a value that can only be true or false. For the conditional statement to run, we have to tell the computer what the possible outcomes are.
Logical operator: A symbol or word, such as “and” “or”, and “not”, that connects two or more Boolean to make conditional decisions more specific.
Friday, November 1, 2019
Subscribe to:
Posts (Atom)