
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
AES Introduction to coding Questions And Answers Latest Update
Typology: Exams
1 / 1
This page cannot be seen from the preview
Don't miss anything!
lOMoARcPSD|
A program must only have one algorithm - correct answers False What is the purpose of an algorithm? - correct answers To provide a procedure for solving a problem What job does a software Quality assurance engineer perform? - correct answers Tests software to make sure it is functioning properly A computer reads a sequence from top to bottom and left to right. - correct answers True What job does a back-end developer perform? - correct answers Handles what happened behind the scenes on websites Decomposition is - correct answers breaking a problem into smaller parts A sequence is - correct answers a set of steps that follow one another in order Coding is - correct answers Writing program in specific language Which of the following is a feature of high-level code? - correct answers Language makes it easier to detect problems An algorithm is - correct answers a set of steps to complete a task When code is interpreted it - correct answers is read directly from the program Which of the following is a feature of low-level code? - correct answers Easy for a computer to understand When code is compiled it - correct answers is converted into binary code Which of these is a general-purpose programming language that is used a lot in video games? - correct answers C++ What job does a video game developer perform? - correct answers Writes code for video games A programmer needs to understand sequencing to determine whether the order of steps will affect the outcome of the program - correct answers True Binary code is how computers send, receive, and store information - correct answers True What job does a front-end developer perform? - correct answers Handles what users see and experience on websites Which of these languages looks the most like regular English? - correct answers Python Which of the following are skills you need to be successful in coding? - correct answers All of the above(Problem solving, Efficiency, independence) Which of these languages is commonly found embedded in HTML code? - correct answers JavaScript What job does an ethical hacker perform? - correct answers Evaluates a computer systems vulnerabilities and weakness A program is - correct answers set of instruction given to a computer Which of these languages is used primarily to create web pages and web applications? - correct answers HTML