Call Support +91-85588-96644
TCYonline

Login

Sign Up

Please enter a Username or Email ID
Please enter a password
Keep me logged in
Please enter your name
Please enter your mobile number
You can't leave Captcha Code empty
By submitting this form, you agree to the Terms & Privacy Policy.
OR

Sign Up via Facebook

Sign Up via Google

Sign Up via Twitter

Download Software
Tests given

Download TCY App

App Image

GATE preparation for Computer Science & Information Technology

(317 Posts)

This thread is dedicated to preparation for Computer Science & Information Technology - CS section of GATE. You may share questions from topics like Engineering Mathematics, Programming - C / C++, Network Security and Firewall, Java Basics, Digital Logic, Computer Organization and Architecture, Programming and Data Structure, Algorithms, Theory of Computation, Compiler Design, Operating System, Databases, Information Systems and Software, Computer Networks, Web Technologies etc.

Question should not exceed 100 characters.Use add options for multiple choice questions and "Uploadimage/Add related data" for passage text papers.
Question should be at least 10 characters long.
+
Add Options | Community Guidelines
Cancel
Ishaan Sahu
Shared from GATE-2018 (CS) on Jan 08, 2024 8:01 PM

Consider the following processor design characteristics.

I. Register-to-register arithmetic operations only
II. Fixed-length instruction format
III. Hardwired control unit

Which of the characteristics above are used in the design of a RISC processor?

 
I and II only
II and III only
I and III only
I, II and III
Please type your answer before submitting.

Answer is wrong

Anmol
Shared from Programming Methodology - 1 on Nov 25, 2019 8:13 PM

Assume the C variables declaration int * A[10], B[10][10]
of the following expressions:
I. A [2] II. A [2][3]
III. B [1] IV. B [2][3]
Which will not give compile - time errors if used as left hand sides of assignment statements in a C program?

 
I, II and IV only
II, III and IV only
II and IV only
IV only
Please type your answer before submitting.

C

Anmol
Shared from Data Structure - 2 on Nov 25, 2019 9:54 AM

Which of the following types of expressions does require precedence rule to evaluate?

 
Full parenthesized infix expression
Prefix expression
Partially parenthesized infix expression
Both (2) and (3)
Please type your answer before submitting.

Can you explain

Anmol
Shared from Data Structure - 1 on Nov 21, 2019 3:26 PM

A graph G = (V, E) satisfies |E| |V| - 6. The min-degree of G is defined as min(degree (v)). Therefore, the min-degree of G cannot be

 
3
4
5
6
Please type your answer before submitting.

Error in question or explain where is 3 come from

Anmol
Shared from Data Structure - 1 on Nov 21, 2019 3:26 PM

Which of the following type expressions are equivalent?
I. e : real e
II. f : real (real f)
III. f : real (real e)

 
I and II
II and III
I and III
I, II and III
Please type your answer before submitting.

Please explain