Pseudocode questions and answers pdf Test your knowledge and sharpen your skills with Infosys' pseudocode questions. If the number is between 0 and 10, write the word blue. Apr 30, 2024 · Get real practice for your Accenture pseudocode test with these actual exam questions and detailed answers. The Difficulty level of the paper goes from An equivalent pseudocode may be written as: Set inches to feet * 12 • What’s common:We can transform the instruction written as algorithms, flowcharts or pseudocode into a programming language code. a) Dependent b) Independent c) Case sensitive d) Capitalized View Answer Solved programming and pseudocode questions asked in Accenture exam in Oct and Dec 2020 - Accenture/Accenture23OctPseudoCode. g. With them, the individual parts come together to form one whole. The following pseudocode segment prints the admission numbers of students who attended the school everyday (i. If the number is between 10 and 20, write the word red. This document contains IPO tables, pseudo code and written answers for activities 12 – 36 of Unit 2 for the subject PPA/TRO F05D Do NOT just open the document and look at the solutions if you have not tried your best to do the solutions yourself. Pseudo code Pseudo code can be broken down into five components. Write a Pseudo-code that corresponds to the logic indicated by the flowchart. In these questions you will be marked on your ability to: – use good English – organise information clearly – use specialist vocabulary where appropriate. Example 2: Write pseudo code that tells a user that the number they entered is not a 5 or a 6. Without them, your text is a collection of sentences. What will be the output of the following pseudocode for a = 15, b = 6? Integer myFunction(Integer a, Integer b) Pseudo Code Practice Problems: Listed below is a brief explanation of Pseudo code as well as a list of examples and solutions. 12 Liaqat Ali, Summer 2018. It covers a variety of questions, from basic to advanced. These quizzes cover a variety of programming concepts, including loops, conditions, and algorithms, and will help you develop your problem-solving and logical thinking abilities. That will be similar to watching other people exercise, and then think you will. Do not write outside the box around each The document contains 12 multiple choice questions about pseudocode concepts and algorithms. Solution: (Solve at your own) Example 3: Write down Pseudocode that will take marks of physics, chemistry and math as input, calculates the average and displays output. 5) How many iterations will the loop perform? 6) Will EXIT LOOP be called? 7) List the value(s) of Y in correct order. The Difficulty level of the paper goes from Moderate to High. GCE(O/L) Past Paper Questions The given flowchart models the generation of some numbers in a certain range. INITIALIZE sum = 0. Accenture Pseudo Code Test Questions with Answers 2025 are discussed below. 5/13/2018 12 Pseudocodes Apr 2, 2024 · Capgemini Pseudocode Quiz Questions Quiz will help you to test and validate your DSA Quiz knowledge. State how to modify the given flowchart to display the number sequence 1,4,9,16,25,36,49. example, the variable name Sum could be answer, ans, result etc. 8 UCLES 2018 2210/22/M/J/18 3 This pseudocode algorithm inputs two non-zero numbers and a sign, and then performs the calculation shown by the sign. Students are asked to write pseudo-code and provide flowcharts for programs that solve problems like calculating sums, products, averages This set of Computer Fundamentals Multiple Choice Questions & Answers (MCQs) focuses on “Pseudo Code”. Learn what pseudo code is and how to write it with examples and solutions. A collection of pseudocode questions for CXC exam preparation, with solutions and explanations. Apr 2, 2024 · Infosys Pseudocode Questions Quiz will help you to test and validate your DSA Quiz knowledge. if the number is between 20 and 30, write the word The document contains 40 multiple choice questions related to pseudocode concepts such as queues, linked lists, arrays, sorting, searching, stacks, recursion, and binary trees. Write the first three and the last three numbers that it generates. In a way, transition words are the glue that holds your text together. An input of zero for the first number terminates the process. • To make sure the data entered falls within a specific set of values • To make sure the data entered is no longer than specified There will be 5 questions in this section, based on coding snippets, for which you have to choose the correct answer from the given options. For each question, it provides the pseudocode or code snippet, an explanation of the logic and steps, and the correct answer. Answer all questions. Question Answer Marks 5(a) Value Calc1 Calc2 OUTPUT 50 25 16 33 16 11 18 9 6 18 15 7 5 30 15 10 30 -1 One mark for each correct column (max four) 4 5(b) Any two Oct 19, 2018 · Question 1. Improve your chances of success in your Accenture interview with this comprehensive guide and practice resources. Example 3: Write pseudo code that performs the following: Ask a user to enter a number. The questions cover topics like queue and linked list implementations, probability, array properties, B+ tree ordering, sorting algorithms, hashing techniques, linear and binary search, recursion, and tree traversals. A School has 1000 students. Accenture Pseudo Code Questions 2025 for Freshers. Topics include loops, arrays, functions, conversions, discounts and more. text. FOR i = 2 TO 100 STEP 2 8 UCLES 2018 2210/22/M/J/18 3 This pseudocode algorithm inputs two non-zero numbers and a sign, and then performs the calculation shown by the sign. 1) Write a pseudocode to find the sum of all even numbers from 1 to 100. Questions 7 and 8 should be answered in continuous prose. It tests topics like loops, conditional statements, arrays, strings, hashing, graphs, and searching algorithms. pdf at main · sbose94/Accenture Apr 30, 2024 · Improve your programming skills and prepare for the Infosys recruitment process with Infosys' online pseudocode questions. Accenture Pseudo Code Questions and Answers. The problems cover topics like loops, calculations, conditional logic, user input/output, and more. You just have to assess all the given options and click on the correct answer. Without computer science igcse questions by topic even read the rest of the sentence, your reader can already guess what’s coming. It is a test that assesses the ability of candidates to write algorithms and solve problems using pseudo code, which is a high-level description of a computer program or algorithm that uses natural language constructs to describe the steps involved in solving a problem. What will be the output of the following pseudocode for a = 15, b = 6? Integer myFunction(Integer a, Integer b) Jul 31, 2020 · WAP to check if a number is a palindrome ( use the logic from the next question ) WAP to reverse a number and output the original and the reverse; WAP to convert a binary number to a denary number; WAP to input student marks out of 100 for 5 subjects, calculate average and output it. e 210 days) in a particular year. The document contains 21 practice problems involving writing pseudo-code and flowcharts for programs that perform various calculations and conditional checks. Base your answers to questions 5 - 10 on the code after removing lines 3 and 4 from the code block. Keep the statement language _____ while writing a pseudo code. (Include necessary validation checks) WAP to input 2 numbers Infosys Pseudo-code Questions with Answers 2022 are available below on this page. Below we have given some practice questions for you, make sure you prepare well for this section. You must answer the questions in the spaces provided. Pseudo code is a way of describing the logic of a program using plain English and simple syntax. Pseudo Code is a normal representation of algorithm code in C, C++ or any other language. Infosys Pseudo Code Quiz 1; Infosys Pseudo Code Quiz 2; Infosys Pseudo Code Quiz 3; Infosys Pseudo Code Quiz 4 Infosys Pseudocode Questions and Answers PDF can be download from the link given at the bottom of this page. Sep 5, 2024 · Common Capgemini Pseudocode Questions (with Answers) Get a head start on your interview prep! Here are some typical Capgemini pseudocode questions along with solutions. Change line 1 of the code to the following: LOOP FOR COUNTER = 2 TO COUNTER < 10 INCREMENT COUNTER BY 2 Question Answer Marks 3(a) One mark for each correct validation check (max two) • Range • Length • Type • Check Digit One mark for each correct related purpose (max two) e. • Variables: • Assignment: • Input/output: • Selection: • Repetition: A variable has a name, a data type, and a value. Example 2: Write Pseudocode that will take two numbers as input, calculates their product and displays output. 1. In Pseudo Code round there will be a total of 5 questions that we need to answer within 10 minutes. The quiz contains 20 questions. Section A: Capgemini PseudoCode Beginner Level Questions. cui rboqsk izidxrv jgy kmz lso dags tvpvc kxano jagmrh