Sponsored Content
Full Discussion: Wrong answer to quiz
Contact Us Forum Support Area for Unregistered Users & Account Problems Wrong answer to quiz Post 303045601 by Neo on Friday 3rd of April 2020 05:04:16 AM
Old 04-03-2020
Quote:
You should not quiz about topics where you have an insufficient overview....
140,000 answers to quiz questions so far. One complaint. Let's do the math:

Code:
1/140,000. = 0.00000714 or 0.0007 percent of all who answered have complained so negatively like this.

I think it is probably fair to say that if you are in the 0.00000714 percentage of players, you have no right to complain so strongly.

Also, when people complain anonymously, strongly and impolitely, it shows poor character.

So, without any proof, I am keeping the answer "AS IS"...... as vbe suggests.

RESERVED words should NOT be used as variables. This is the way things are taught in computer science in every university.

Show us a credible computer science textbook that says otherwise and we will consider revising the question.

However, reply with a professional and courteous attitude, with facts and references to university level text books.

Thanks.
This User Gave Thanks to Neo For This Post:
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

AWK quiz

How come every post in this forum is a request for help? How about some fun? What does the following command do? nawk -F'+' ' {i=NF;for(;i;i--)if($i)w++} END{ for(k in w){c=w;x=xk",";if(c>m)m=c} for(;m;m--)if(m in x)print m,x } ' <(man nawk) (2 Replies)
Discussion started by: colemar
2 Replies

2. Shell Programming and Scripting

Why result is wrong here ? whether break statement is wrong ?

Hi ! all I am just trying to check range in my datafile pls tell me why its resulting wrong admin@IEEE:~/Desktop$ cat test.txt 0 28.4 5 28.4 10 28.4 15 28.5 20 28.5 25 28.6 30 28.6 35 28.7 40 28.7 45 28.7 50 28.8 55 28.8 60 28.8 65 28.1... (2 Replies)
Discussion started by: Akshay Hegde
2 Replies

3. Shell Programming and Scripting

Number comparison in ksh on mac with -lt is giving wrong answer

I am trying to run following script in ksh on darwin 11.4.2: freeSpace=2469606195 spaceNeeded=200 ] && echo "no space" || echo "space available" ] && echo "no space" || echo "space available" "-lt" is giving wrong answer as "no space" Whereas '<' works fine. When I change the freespace... (4 Replies)
Discussion started by: sabitha
4 Replies

4. UNIX for Beginners Questions & Answers

Quiz help!

Hello, I'm new to Unix and need help answering these questions if possible, thanks. --------------------------------------------------------------------------------------- In a shell script, which command could be place at the end of a command line to combine stderr and stdout into the stdout... (1 Reply)
Discussion started by: julianpeters
1 Replies

5. Forum Support Area for Unregistered Users & Account Problems

Believe answer to one of your questions is wrong re definition of <MOVED TO ADMIN AREA>

Neo: I have copied this post to the admin forum so we do not start posting answers to questions in public forums, which will take the fun out of playing computer trivia. Iwill check the DB and get back to you, Mike Baran. In the future, the most important thing when anyone suspects an issue with... (4 Replies)
Discussion started by: Mike Baran
4 Replies
QUIZ(6) 							 BSD Games Manual							   QUIZ(6)

NAME
quiz -- random knowledge tests SYNOPSIS
quiz [-t] [-i file] [question answer] DESCRIPTION
The quiz utility tests your knowledge of random facts. It has a database of subjects from which you can choose. With no arguments, quiz displays the list of available subjects. The options are as follows: -t Use tutorial mode, in which questions are repeated later if you didn't get them right the first time, and new questions are presented less frequently to help you learn the older ones. -i Specify an alternative index file. Subjects are divided into categories. You can pick any two categories from the same subject. quiz will ask questions from the first cate- gory and it expects answers from the second category. For example, the command ``quiz victim killer'' asks questions which are the names of victims, and expects you to answer with the cause of their untimely demise, whereas the command ``quiz killer victim'' works the other way around. If you get the answer wrong, quiz lets you try again. To see the right answer, enter a blank line. Index and Data File Syntax The index and data files have a similar syntax. Lines in them consist of several categories separated by colons. The categories are regular expressions formed using the following meta-characters: pat|pat alternative patterns {pat} optional pattern [pat] delimiters, as in pat[pat|pat]pat In an index file, each line represents a subject. The first category in each subject is the pathname of the data file for the subject. The remaining categories are regular expressions for the titles of each category in the subject. In data files, each line represents a question/answer set. Each category is the information for the question/answer for that category. The backslash character (``'') is used to quote syntactically significant characters, or at the end of a line to signify that a continuation line follows. If either a question or its answer is empty, quiz will refrain from asking it. FILES
/usr/share/games/quiz.db The default index and data files. BUGS
quiz is pretty cynical about certain subjects. BSD
May 31, 1993 BSD
All times are GMT -4. The time now is 01:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy