Question
Easy
What is the output of MS-Excel function = COMBIN (4, 2) ?
1
8
2
6
3
16
4
2
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Office Automation Tools
Topic: Spreadsheet (MS Excel)
Correct Answer
Option B
Explanation
The correct option is (2): The MS-Excel function =COMBIN(n, k) is explicitly designed to calculate the number of combinations, which represents the number of ways to choose k items from a total set of n items where the order of selection does not matter. In this case, the function is =COMBIN(4, 2), where $n=4$ (the total number of items) and $k=2$ (the number of items to choose). The mathematical formula…Read More
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
Easy
Source :
HTET 2019
Sum of $(87A)_{16}+(50B)_{16}$ is:
Chapter :
Computer System & Hardware Fundamentals
Topic :
Encoding Schemes and Number System
Question 2
Easy
Source :
HTET 2019
Which of the following is not a type of computer port ?
Chapter :
Computer System & Hardware Fundamentals
Topic :
Architecture
Question 3
Easy
Source :
HTET 2019
In context of software testing, which of the following testing is not a level or type of development testing?
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 4
Easy
Source :
HTET 2019
Consider a directed graph $G=\{V,E\}$ with vertex set V = {A, B, C, D} and edge set E = {AB, AC, BC, BD, DC}. Which…
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts