Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Ch1-Introd...C++.pdf 13% 8:54 PM 3 Review QuestionS 9. How is a compiler different from an assembler? One assembly instruction translates to one machine language
Ch1-Introd...C++.pdf 13% 8:54 PM 3 Review QuestionS 9. How is a compiler different from an assembler? One assembly instruction translates to one machine language instruction. Assembly language is a low-level language. A compiler translates one statement into many instructions. Compilers are also machine-independent, while assemblers are machine-dependent. 10. What are the two common forms of algorithms? Pseudocode Flowcharts Fundamentals of programming 67 Worksheet One For each of the problems below, write a pseduocode algorithm and draw a flow chart 1. Receive a number from the keyboard and determine whether it is odd or even. 2. Obtain two numbers from the keyboard, and determine which is the larger of the two numbers. 3. Enter three numbers and display them in ascending order from smallest to largest. 4. Find the average of two even numbers given by the user. 5. Find the average, maximum, minimum, and sum of three numbers given by the user. 6. Find the area of a circle where the radius is provided by the user. 7. Swap the contents of two variables using a third variable. 8. Take an integer from the user and display the factorial of that number 9. Draw a flow chart that allows the user to input the text/code/password. This password compared with an existing word "UOGINSC2010" which is stored in the server computer. If the word you enter match with an existing/stored word, you can enter in and print "welcome to UOG" on the screen. If the word doesn't match, print "sorry, you can't enter". Mobile View A Play Tools
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started