Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Materials:
Functions
Recent questions tagged functions
1
vote
3
answers
1
GATE CSE 2023 | GA Question: 7
Consider two functions of time $(t),$ $ \begin{gathered} f(t)=0.01 t^2 \\ g(t)=4 t \end{gathered} $ where $0<t<\infty.$ Now consider the following two statements: For some $t>0, g(t)>f(t)$. There exists a $T,$ ... is $\text{TRUE}?$ only (i) is correct only (ii) is correct both (i) and (ii) are correct neither (i) nor (ii) is correct
admin
asked
in
Quantitative Aptitude
Feb 15
by
admin
726
views
gatecse-2023
quantitative-aptitude
functions
2-marks
1
vote
1
answer
2
GATE CSE 2023 | GA Question: 9
$f(x)$ and $g(y)$ are functions of $x$ and $y$, respectively, and $f(x)=g(y)$ for all re \end{tabular} values of $x$ and $y$. Which one of the following options is necessarily $\text{TRUE}$ for a $x$ and $y?$ $ f(x)=0$ and $g(y)=0$ $ f(x)=g(y)=$ constant $ f(x) \neq$ constant and $g(y) \neq$ constant $ f(x)+g(y)=f(x)-g(y)$
admin
asked
in
Quantitative Aptitude
Feb 15
by
admin
738
views
gatecse-2023
quantitative-aptitude
functions
2-marks
0
votes
1
answer
3
#gateappliedcourse
Let A={x,y,z}. The number of relations containing (x,y) and (x,z) which are reflexive and symmetric but not transitive is?
Dknights
asked
in
Set Theory & Algebra
Jan 2
by
Dknights
126
views
set-theory&algebra
relations
functions
1
vote
1
answer
4
Unacademy All India Mock 18 Dec. 2022.Counting
Let S={0,1,2,3,….,9}. The number of subsets of 5 contains at least two even numbers? HELP ANYONE Ans.-832
Rajender gill
asked
in
Set Theory & Algebra
Dec 19, 2022
by
Rajender gill
287
views
set-theory&algebra
counting
functions
1
vote
0
answers
5
DRDO CSE 2022 Paper 1 | Question: 17
Total number of functions from set $B$ to set $A$ with $n$ and $m$ elements, respectively are ___________.
admin
asked
in
Set Theory & Algebra
Dec 15, 2022
by
admin
48
views
drdocse-2022-paper1
set-theory&algebra
functions
3-marks
fill-in-the-blanks
2
votes
0
answers
6
TIFR
If $x$ is real, then the value of $x^{2}– 6x + 13$ can never be _____
rachana123
asked
in
Quantitative Aptitude
Dec 3, 2022
by
rachana123
226
views
quantitative-aptitude
functions
1
vote
1
answer
7
KSET 2015 computer science
Let X and Y be two sets having n elements each. Then the total number of bijective functions from X and Y is (A) n (B) 2n (C) n! (D) 2n
Rekhashri
asked
in
Set Theory & Algebra
Nov 19, 2022
by
Rekhashri
127
views
set-theory&algebra
functions
1
vote
2
answers
8
#Unacademy
Find inverse in a*b=a+b-ab for all a,b belongs to Q-{-1}. where Q is a rational number? please explain how the inverse will satisfy the equation of inverse(a*b=b*a=e)
Dknights
asked
in
Set Theory & Algebra
Nov 4, 2022
by
Dknights
149
views
set-theory&algebra
relations
functions
binary-operation
0
votes
0
answers
9
made easy test series
Neelu Lalchandani
asked
in
Programming
Oct 16, 2022
by
Neelu Lalchandani
208
views
made-easy-test-series
programming-in-c
functions
4
votes
1
answer
10
TIFR CSE 2022 | Part A | Question: 5
Let $\mathcal{F}$ be the set of all functions mapping $\{1, \ldots, n\}$ to $\{1, \ldots, m\}$. Let $f$ be a function that is chosen uniformly at random from $\mathcal{F}$. Let $x, y$ be distinct elements from the set $\{1, \ldots, n\}$. Let $p$ denote the probability ... Then, $p=0$ $p=\frac{1}{n^m}$ $0<p \leq \frac{1}{m^n}$ $p=\frac{1}{m}$ $p=\frac{1}{n}$
Lakshman Patel RJIT
asked
in
Probability
Sep 1, 2022
by
Lakshman Patel RJIT
140
views
tifr2022
probability
uniform-distribution
functions
0
votes
0
answers
11
Best Open Video Playlist for Functions Topic | Quantitative Aptitude
Please list out the best free available video playlist for Functions from Quantitative Aptitude as an answer here (only one playlist per answer). We'll then select the best playlist and add to GO classroom video lists. You ... ones are more likely to be selected as best. For the full list of selected videos please see here
makhdoom ghaya
asked
in
Study Resources
Aug 26, 2022
by
makhdoom ghaya
49
views
missing-videos
free-videos
go-classroom
video-links
functions
0
votes
1
answer
12
maths igate test series
Which of the relations below can also be characterized as a function defined on the set I = { 1, 2, 3, 4, 5 } { (x, y) | x, y ∈ I, x < y } B{ (x, y) | x, y ∈ I, x = 1 } C{ (x, y) | x, y ∈ I, x! = y } None of these
jugnu1337
asked
in
Set Theory & Algebra
Aug 15, 2022
by
jugnu1337
187
views
functions
0
votes
0
answers
13
ISI 2021 | PCB CS | Question: 4
Let $A$ be a matrix of size row $\times$ col. $A$ has to be filled in a spiral clockwise fashion with successive integers from $1,2, \ldots$, row $\times$ col starting from the top left corner. For example, a $3 \times 4$ ... (int *)); for(i=0;i<row;i++){ A[i] = (int *)calloc(col,sizeof(int)); } spiralFill(A,row,col); }
Lakshman Patel RJIT
asked
in
Programming
Aug 8, 2022
by
Lakshman Patel RJIT
106
views
isi2021-pcb-cs
programming
programming-in-c
functions
matrix
descriptive
3
votes
3
answers
14
GO Classes Scholarship 2023 | Test | Question: 17
Consider the following pair of mutually recursive functions. int f(int n){ if (n==0) return 1; return f(n-1)+g(n-1); } int g(int n){ if (n==0) return 1; return g(n-1) - f(n); } Which of the following is/are will evaluate to TRUE? $f(2) == g(0)$ $g(2)+f(1) == 0$ $g(4)+g(1) == 0$ $f(3)+f(0) == 0$
GO Classes
asked
in
Programming
Aug 7, 2022
by
GO Classes
366
views
goclasses-scholarship-test1
goclasses
programming
programming-in-c
functions
recursion
multiple-selects
2-marks
1
vote
1
answer
15
GO Classes Scholarship 2023 | Test | Question: 24
Consider the following function $\text{magic5().}$ void magic5(int x, int y){ if (condition) printf("magic"); } What condition we can write in “if-statement” such that $\text{magic5(5,5)}$ will print magic? !(x==5)!=!(y==5) (x==5)?!(y==5):(x==5) ((x==5)||(y==5))&&!((x==5)&&(y==5)) None of these
GO Classes
asked
in
Programming
Aug 7, 2022
by
GO Classes
184
views
goclasses-scholarship-test1
goclasses
programming
programming-in-c
functions
1-mark
Page:
1
2
3
4
5
6
...
11
next »
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
My journey from being a MSc student to AIR 239 in GATE CSE 2023 and qualified UGC-NET JRF.
NEEPCO Recruitment 2023
GATE CSE 2023 Results
IIIT Banglore MTech 2023-24
IIIT-Delhi MTech 2023-24
Subjects
All categories
General Aptitude
(2.5k)
Engineering Mathematics
(9.3k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.7k)
Non GATE
(1.3k)
Others
(2.5k)
Admissions
(653)
Exam Queries
(844)
Tier 1 Placement Questions
(17)
Job Queries
(76)
Projects
(9)
Unknown Category
(866)
Recent questions tagged functions
Recent Blog Comments
congrats pranab
Congratulations @Pranab Paul 10 🥳
sir give access to these tests at least mid May...
Was there interview for mtech as well?
Check CCMT website for previous year cutoff for...