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

Diksh Bandela
Shared from Computer Language (JAVA) on Mar 08, 2017 10:40 AM

What will be the output of the following code?
import java.util.*;
public class Hello

 
Compile error
10
Run time error
Zero
Please type your answer before submitting.

Flow layout is a default layout... your answer is wrong its not border layout......

Shweta
Posted on Jul 26, 2016 10:14 AM

While working with mail command, which command is used to save mail as a separate file?

 
s
r
w
d
Please type your answer before submitting.

We can't display content of any file using EOF i'ts just a condition to detect End of File...so tail is correct answer

Komal
Shared from Visual Basics on Mar 05, 2016 2:02 PM

ERP stands for

 
Enterprise Resource Planning
Enterprise Resource Plan
External Resource Planning
Entity Resource Plan
Please type your answer before submitting.

Enterprise resource planning

Mohd Bilal Ansari Mba
Shared from C Programming Test (Level: Eleme... on Feb 14, 2016 12:02 AM

What will be the values of i and j after execution?
{
int i, j, k;
j=5;
i = 2 * j/2 ; }

 
i = 5, j = 4
i = 4, j = 4
i = 5, j = 2.5
i = 4, j = 5
Please type your answer before submitting.

All answers are wrong. Because j will be 5 only. i will become 5 as * and / have equal precedence in java. So by calculation it will become 2 * 5/2 which will become 10/2 that will lead to 5

Sonam Baranwal
Shared from Computer Networks on Feb 11, 2016 5:24 PM

The ________ layer is the layer closest to the transmission medium.

 
physical
data link
network
transpost
Please type your answer before submitting.

Transport
rn