Question
If CAT is coded as 8 and DEAF is coded as 4, then what
is the code for ' FED '?Solution
CAT - (3+1+20 )/3 = 24/3 = 8 DEAF - (4+5+1+6)/4 = 16/4 = 4 Then, FED - (6 +5+4 )/3 = 15/3 = 5
Star schema consists of:
Which of the following is a system call used to create a new process in Unix-like operating systems?
Which command is used to search text patterns in files?
In shell scripting, which command is used to read input from the user?
Which signal is sent by default when using kill without arguments?
Which command is used to display the current working directory?
Which construct replaces a command with its output in a POSIX shell?
In shell scripting, which symbol represents all files in the current directory?
To check if a file /tmp/data.txt is both readable and writable by the current user in a shell conditional, which test is correct?
Which command is used to combine the contents of multiple files?