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

All posts related to Computer architect

Charu
Shared from Computer Networks on Oct 26, 2013 9:28 PM

Gaurd bands increase the bandwidth for

 
FDM
TDM
Both (1) and (2)
None of these
Please type your answer before submitting.

Guard band are used to avoid interference/overlapping .so ans should be both 1 n 2

Arjun
Shared from Data Base Management System on Oct 11, 2013 1:24 PM

A priority queue Q is used to implement a stack S that stores characters. PUSH (C) is implemented as INSERT (Q, C, K), where K is an appropriate integer key chosen by the implementation. POP is implemented as DELETEMIN (Q). For a sequence of operations, the keys chosen are in

 
non-increasing order
non-decreasing order
strictly increasing order
strictly decreasing order
Please type your answer before submitting.
Arun
Shared from Programming on Sep 17, 2013 9:27 PM

Which of the following operators has the highest precedence?

 
*
==
=>
+
Please type your answer before submitting.

A

Arun
Shared from Programming on Sep 17, 2013 9:25 PM

String constants should be enclosed between

 
single quotes
double quotes
both (1) and (2)
none of these
Please type your answer before submitting.

single quotes

 

Ajesh
Shared from PHP on Sep 15, 2013 1:00 PM

_____________ fetches a result row as an associative array, a numeric array or both.

 
mysql_fetch_row
mysql_fetch_object
mysql_fetch_array
both (1) and (3)
Please type your answer before submitting.

C