multiply
Write this in Pseudocode and explain
#10 – Write the pseudocode statements that will take the given array, multiply each value by 2, and save the results into a new array. Then, display every value in the new array using a loop.
Constant Integer SIZE = 5
Declare Real myRealArray [SIZE] = 12.5, 13, 13.5, 14, 14.5
Write the pseudocode below:
#11 – Do these statements evaluate to be true or false?
NOT true evaluates to:
true AND true evaluates to:
false OR NOT false evaluates to:
true OR false evaluates to:
false AND false evaluates to:
false OR true evaluates to:
NOT false AND true evaluates to:
(NOT (true OR false)) AND true evaluates to:
(NOT true) OR (NOT false) evaluates to:
NOT (false OR (NOT true)) evaluates to:
(NOT ((false AND false) AND (true OR false)) OR (true OR NOT false)) evaluates to:
#12a - Define what source code refers to:
What is the file extension used for Python source code?
#12b - Define what executable code refers to:
What is a file extension used for executable code?
#12c -Fill in the definitions below and provide examples for each:
Logic error:
An example of a pseudocode logic error would be (explain why):
Syntax error:
An example of a pseudocode syntax error would be (explain why):
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 3 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)