Join Regular Classroom : Visit ClassroomTech

CTS 2021

Cognizant Automata Questions 2022 | Part 1 | Campus Placement | CodeWindow

Question 1. There is a colony of 8 cells arranged in a straight line where each day every cell competes with its adjacent cells (neighbour). Each day, for each cell, if its neighbours are both active and both inactive, the cell becomes inactive the next day, otherwise it becomes active the next day.Assumptions: The two […]

Cognizant Automata Questions 2022 | Part 1 | Campus Placement | CodeWindow Read More »

Cognizant Analytical Questions 2022 | Part 3 | Campus Placement | CodeWindow

Question 21 Answer Question 21 Directions(21-25): A cube is coloured orange on one face, pink on the opposite face, brown on one face and silver on a face adjacent to the brown face. The other two faces are left uncoloured. It is then cut into 125 smaller cubes of equal size. Now, answer the following

Cognizant Analytical Questions 2022 | Part 3 | Campus Placement | CodeWindow Read More »

Cognizant Analytical Questions 2022 | Part 2 | Campus Placement | CodeWindow

Question 11 Answer Question 11 Directions for Questions 11-15: Each question given below has a problem and two statements numbered I and II giving certain information. You have to decide if the information given in the statements are sufficient for answering the problem. Indicate your answer as(a) if the data in statement I alone are

Cognizant Analytical Questions 2022 | Part 2 | Campus Placement | CodeWindow Read More »

Automata Fixing

In any program, there are three types of errors.1. Syntax Error that is for violation of grammar2. Logical Errors that is for errors occur during coding process.3. Run Time Errors that occurs when we attempt to run the ambiguous instructions. Find out the errors Explanation:Here in the 6th line ‘b’ is  used but it is

Automata Fixing Read More »