You Are Here: Home » Texas Instruments Test Papers
1.which code executes faster?
code1:- for(i=0;i for(j=0;j large_array[i][j]=0;
code2:- for(j=0;j for(i=0;i large_array[i][j]=0;
ans:code1
2.void fn (int *ptr)
{
static int val=100;
ptr=&val;
}
main()
{
int i=10;
printf(“%d”, i);
fn(&i);
printf(“%d”,...
Here is the texas instruments Placement Test paper for Computer science and IT Branches.
Technical multiple choice questions / MCQ for CSE, IT Branches. C, C++, programming, hardware related questions.
The fastest memory is
(i) DRAM, (ii) ROM, (iii) SRAM,...
Here are the technical questions for electronics and communication engineering students, eie, ee, ece for the texas instruments technical test paper.
Flipflops are connected so that after 0 to 5 count occured next number is zero. So what is the counter?
Ans:...
Texas Instruments India placement paper technical test questions – more sample placement tests here.
Given an expression tree and asked us to write the in fix of that expression
four choices : 2
Global variables in different files are
a:at compiletime
b)...
These are the Texas Instruments placement test paper Reasoning Questions. See other aptitude and logical Reasoning questions here. See R.S.Aggarwal for detailed explanation.
If the date is written as MMDDYYYY, and then 10022001, ie)oct 2 2001 is a palindrome....
Texas Instruments Interview Procedure: The written MCQ test is followed by a Technical and a HR interview. The technical interview is highly specialized and covers almost all subjects you have done in your curriculum. Some puzzles may also be asked in...
Sample k-map questions, binary and C multiple choice questions from texas instruments placement paper. See other Electronics and IT services / software companies placement test papers.
1. if a 5-stage pipe-line is flushed and then we have to execute 5...
Here is the Texas Instruments Written test paper Pattern and some technical multiple choice questions.
Technical Test:
Contains three sections (Data Structures and Algorithms, Analog Circuits, Digital Circuits) you have to choose any two sections among...
Texas Instruments Placement Test Questions of theoretical / theory type related to C, C++ programming for hardware, chip design related recruitment test papers for electronics / computer science, IT engineering students / engineers – freshers and...
Here are the Texas Instruments Written Test Paper sample Technical Questions and C, C++ programming questions. Download free sample placement papers. Theoretical / theory questions for electronics and computer related C , C++ placement test papers.
Accessing...
Texas Instruments Placement Paper C, C++ Java Language Programming questions – detailed theoretical questions for IT Companies placement papers – computer science engineering and electronics chip design students test paper questions.
When...
Texas Instruments India latest placement paper written theory / theoretical questions for b.tech engineering ece – electronics and communication, cse – computer science, IT branches test paper questions. Technical / tech interview detailed...
Why is it necessary to use a reference in the argument to the copy constructor?
Ans : If we pass the copy constructor the argument by value, its copy would get constructed using the copy constructor. This means the copy constructor would call itself...
Texas Instruments India Placement Test Paper Questions of Technical Type for written test. See other multiple choice questions.
Can we distribute function templates and class templates in object libraries?
Ans: No! We can compile a function template or...
Here is the part third of Texas Instruments Placement Written test Paper technical questions and for technical interviews.
What do the nocreate and noreplace flag ensure when they are used for opening a file?
Ans: nocreate and noreplace are file-opening...
Texas Instruments Placement Paper technical questions – C, C++ language coding, programming questions with programs, output and detailed explanation
How do I write code to make an object work like a 2-D array?
Ans: Take a look at the following program.
#include
class...
TEXAS INSTRUMENTS Placement Paper Coding, Programming Questions, C, C++ Java language Technical Test Paper Questions for freshers – electronics engineering ece branch, b.tech cse, it, etc.
Placement Paper held on 08 SEP 2005
Texas Instruments Placement...