subset stringclasses 6
values | context stringlengths 16 17.7k | context_tokens dict | qid stringlengths 32 32 | question stringlengths 1 717 | question_tokens dict | detected_answers dict | answers listlengths 1 25 |
|---|---|---|---|---|---|---|---|
SQuAD | A general purpose computer has four main components: the arithmetic logic unit (ALU), the control unit, the memory, and the input and output devices (collectively termed I/O). These parts are interconnected by buses, often made of groups of wires. | {
"tokens": [
"A",
"general",
"purpose",
"computer",
"has",
"four",
"main",
"components",
":",
"the",
"arithmetic",
"logic",
"unit",
"(",
"ALU",
")",
",",
"the",
"control",
"unit",
",",
"the",
"memory",
",",
"and",
... | 0aac18f3a88e4c9d93b08ae63f832266 | Besides the ALU, input and output devices, what are the other two main components of a computer? | {
"tokens": [
"Besides",
"the",
"ALU",
",",
"input",
"and",
"output",
"devices",
",",
"what",
"are",
"the",
"other",
"two",
"main",
"components",
"of",
"a",
"computer",
"?"
],
"offsets": [
0,
8,
12,
15,
17,
23,... | {
"text": [
"the control unit, the memory"
],
"char_spans": [
{
"start": [
86
],
"end": [
113
]
}
],
"token_spans": [
{
"start": [
17
],
"end": [
22
]
}
]
} | [
"the control unit, the memory"
] |
SQuAD | The slide rule was invented around 1620–1630, shortly after the publication of the concept of the logarithm. It is a hand-operated analog computer for doing multiplication and division. As slide rule development progressed, added scales provided reciprocals, squares and square roots, cubes and cube roots, as well as tr... | {
"tokens": [
"The",
"slide",
"rule",
"was",
"invented",
"around",
"1620–1630",
",",
"shortly",
"after",
"the",
"publication",
"of",
"the",
"concept",
"of",
"the",
"logarithm",
".",
"It",
"is",
"a",
"hand",
"-",
"opera... | d971f1f27f8745dda101f686c0451a0d | When was the slide rule first invented? | {
"tokens": [
"When",
"was",
"the",
"slide",
"rule",
"first",
"invented",
"?"
],
"offsets": [
0,
5,
9,
13,
19,
24,
30,
38
]
} | {
"text": [
"1620–1630"
],
"char_spans": [
{
"start": [
35
],
"end": [
43
]
}
],
"token_spans": [
{
"start": [
6
],
"end": [
6
]
}
]
} | [
"1620–1630"
] |
SQuAD | The slide rule was invented around 1620–1630, shortly after the publication of the concept of the logarithm. It is a hand-operated analog computer for doing multiplication and division. As slide rule development progressed, added scales provided reciprocals, squares and square roots, cubes and cube roots, as well as tr... | {
"tokens": [
"The",
"slide",
"rule",
"was",
"invented",
"around",
"1620–1630",
",",
"shortly",
"after",
"the",
"publication",
"of",
"the",
"concept",
"of",
"the",
"logarithm",
".",
"It",
"is",
"a",
"hand",
"-",
"opera... | 3f1efb9acd7048068e41906e107532af | What is the slide rule used for? | {
"tokens": [
"What",
"is",
"the",
"slide",
"rule",
"used",
"for",
"?"
],
"offsets": [
0,
5,
8,
12,
18,
23,
28,
31
]
} | {
"text": [
"doing multiplication and division."
],
"char_spans": [
{
"start": [
151
],
"end": [
184
]
}
],
"token_spans": [
{
"start": [
28
],
"end": [
32
]
}
]
} | [
"doing multiplication and division."
] |
SQuAD | The slide rule was invented around 1620–1630, shortly after the publication of the concept of the logarithm. It is a hand-operated analog computer for doing multiplication and division. As slide rule development progressed, added scales provided reciprocals, squares and square roots, cubes and cube roots, as well as tr... | {
"tokens": [
"The",
"slide",
"rule",
"was",
"invented",
"around",
"1620–1630",
",",
"shortly",
"after",
"the",
"publication",
"of",
"the",
"concept",
"of",
"the",
"logarithm",
".",
"It",
"is",
"a",
"hand",
"-",
"opera... | 2eee4e0908b04134a21f07e4df845fae | What industry are slide rules still used today? | {
"tokens": [
"What",
"industry",
"are",
"slide",
"rules",
"still",
"used",
"today",
"?"
],
"offsets": [
0,
5,
14,
18,
24,
30,
36,
41,
46
]
} | {
"text": [
"Aviation"
],
"char_spans": [
{
"start": [
438
],
"end": [
445
]
}
],
"token_spans": [
{
"start": [
73
],
"end": [
73
]
}
]
} | [
"Aviation"
] |
SQuAD | The control unit (often called a control system or central controller) manages the computer's various components; it reads and interprets (decodes) the program instructions, transforming them into control signals that activate other parts of the computer. Control systems in advanced computers may change the order of ex... | {
"tokens": [
"The",
"control",
"unit",
"(",
"often",
"called",
"a",
"control",
"system",
"or",
"central",
"controller",
")",
"manages",
"the",
"computer",
"'s",
"various",
"components",
";",
"it",
"reads",
"and",
"interpr... | bddba5d7b7d849cbb4d453e9a9194627 | What are other names for a control unit for a computer? | {
"tokens": [
"What",
"are",
"other",
"names",
"for",
"a",
"control",
"unit",
"for",
"a",
"computer",
"?"
],
"offsets": [
0,
5,
9,
15,
21,
25,
27,
35,
40,
44,
46,
54
]
} | {
"text": [
"a control system or central controller)"
],
"char_spans": [
{
"start": [
31
],
"end": [
69
]
}
],
"token_spans": [
{
"start": [
6
],
"end": [
12
]
}
]
} | [
"a control system or central controller)"
] |
SQuAD | The control unit (often called a control system or central controller) manages the computer's various components; it reads and interprets (decodes) the program instructions, transforming them into control signals that activate other parts of the computer. Control systems in advanced computers may change the order of ex... | {
"tokens": [
"The",
"control",
"unit",
"(",
"often",
"called",
"a",
"control",
"system",
"or",
"central",
"controller",
")",
"manages",
"the",
"computer",
"'s",
"various",
"components",
";",
"it",
"reads",
"and",
"interpr... | e4e6ddb9b4c54180851d68d06ccfe153 | Reading and interpreting from a control unit is called doing what? | {
"tokens": [
"Reading",
"and",
"interpreting",
"from",
"a",
"control",
"unit",
"is",
"called",
"doing",
"what",
"?"
],
"offsets": [
0,
8,
12,
25,
30,
32,
40,
45,
48,
55,
61,
65
]
} | {
"text": [
"(decodes"
],
"char_spans": [
{
"start": [
138
],
"end": [
145
]
}
],
"token_spans": [
{
"start": [
24
],
"end": [
25
]
}
]
} | [
"(decodes"
] |
SQuAD | The tide-predicting machine invented by Sir William Thomson in 1872 was of great utility to navigation in shallow waters. It used a system of pulleys and wires to automatically calculate predicted tide levels for a set period at a particular location. | {
"tokens": [
"The",
"tide",
"-",
"predicting",
"machine",
"invented",
"by",
"Sir",
"William",
"Thomson",
"in",
"1872",
"was",
"of",
"great",
"utility",
"to",
"navigation",
"in",
"shallow",
"waters",
".",
"It",
"used",
... | ad354175923d48f6bd43e0773fbbac93 | When was the tide-predicting machine invented by Sir William Thomson invented? | {
"tokens": [
"When",
"was",
"the",
"tide",
"-",
"predicting",
"machine",
"invented",
"by",
"Sir",
"William",
"Thomson",
"invented",
"?"
],
"offsets": [
0,
5,
9,
13,
17,
18,
29,
37,
46,
49,
53,
61,
69,
... | {
"text": [
"1872"
],
"char_spans": [
{
"start": [
63
],
"end": [
66
]
}
],
"token_spans": [
{
"start": [
11
],
"end": [
11
]
}
]
} | [
"1872"
] |
SQuAD | The tide-predicting machine invented by Sir William Thomson in 1872 was of great utility to navigation in shallow waters. It used a system of pulleys and wires to automatically calculate predicted tide levels for a set period at a particular location. | {
"tokens": [
"The",
"tide",
"-",
"predicting",
"machine",
"invented",
"by",
"Sir",
"William",
"Thomson",
"in",
"1872",
"was",
"of",
"great",
"utility",
"to",
"navigation",
"in",
"shallow",
"waters",
".",
"It",
"used",
... | 59e8b4cdc7e842eb8161484ab16a3ae1 | Who invented the first tide-predicting machine in 1872? | {
"tokens": [
"Who",
"invented",
"the",
"first",
"tide",
"-",
"predicting",
"machine",
"in",
"1872",
"?"
],
"offsets": [
0,
4,
13,
17,
23,
27,
28,
39,
47,
50,
54
]
} | {
"text": [
"Sir William Thomson"
],
"char_spans": [
{
"start": [
40
],
"end": [
58
]
}
],
"token_spans": [
{
"start": [
7
],
"end": [
9
]
}
]
} | [
"Sir William Thomson"
] |
SQuAD | The tide-predicting machine invented by Sir William Thomson in 1872 was of great utility to navigation in shallow waters. It used a system of pulleys and wires to automatically calculate predicted tide levels for a set period at a particular location. | {
"tokens": [
"The",
"tide",
"-",
"predicting",
"machine",
"invented",
"by",
"Sir",
"William",
"Thomson",
"in",
"1872",
"was",
"of",
"great",
"utility",
"to",
"navigation",
"in",
"shallow",
"waters",
".",
"It",
"used",
... | c9ad6fe4179643b6ae20ccb2715579b7 | What did Sir William Thomson's tide-predicting machine use to function? | {
"tokens": [
"What",
"did",
"Sir",
"William",
"Thomson",
"'s",
"tide",
"-",
"predicting",
"machine",
"use",
"to",
"function",
"?"
],
"offsets": [
0,
5,
9,
13,
21,
28,
31,
35,
36,
47,
55,
59,
62,
70
]... | {
"text": [
"system of pulleys and wires"
],
"char_spans": [
{
"start": [
132
],
"end": [
158
]
}
],
"token_spans": [
{
"start": [
25
],
"end": [
29
]
}
]
} | [
"system of pulleys and wires"
] |
SQuAD | Though considerably easier than in machine language, writing long programs in assembly language is often difficult and is also error prone. Therefore, most practical programs are written in more abstract high-level programming languages that are able to express the needs of the programmer more conveniently (and thereby... | {
"tokens": [
"Though",
"considerably",
"easier",
"than",
"in",
"machine",
"language",
",",
"writing",
"long",
"programs",
"in",
"assembly",
"language",
"is",
"often",
"difficult",
"and",
"is",
"also",
"error",
"prone",
".",
... | f842a081cc15441ba844973a8d28f235 | Assembly language that is translated into machine language is done by what type of computer? | {
"tokens": [
"Assembly",
"language",
"that",
"is",
"translated",
"into",
"machine",
"language",
"is",
"done",
"by",
"what",
"type",
"of",
"computer",
"?"
],
"offsets": [
0,
9,
18,
23,
26,
37,
42,
50,
59,
62,
... | {
"text": [
"a compiler"
],
"char_spans": [
{
"start": [
525
],
"end": [
534
]
}
],
"token_spans": [
{
"start": [
87
],
"end": [
88
]
}
]
} | [
"a compiler"
] |
SQuAD | In most computers, individual instructions are stored as machine code with each instruction being given a unique number (its operation code or opcode for short). The command to add two numbers together would have one opcode; the command to multiply them would have a different opcode, and so on. The simplest computers a... | {
"tokens": [
"In",
"most",
"computers",
",",
"individual",
"instructions",
"are",
"stored",
"as",
"machine",
"code",
"with",
"each",
"instruction",
"being",
"given",
"a",
"unique",
"number",
"(",
"its",
"operation",
"code",
... | c4d5373a46dc41abbaea3213e7833620 | Which computer is the Harvard architecture modeled after? | {
"tokens": [
"Which",
"computer",
"is",
"the",
"Harvard",
"architecture",
"modeled",
"after",
"?"
],
"offsets": [
0,
6,
15,
18,
22,
30,
43,
51,
56
]
} | {
"text": [
"Harvard Mark I computer"
],
"char_spans": [
{
"start": [
1165
],
"end": [
1187
]
}
],
"token_spans": [
{
"start": [
217
],
"end": [
220
]
}
]
} | [
"Harvard Mark I computer"
] |
SQuAD | In most computers, individual instructions are stored as machine code with each instruction being given a unique number (its operation code or opcode for short). The command to add two numbers together would have one opcode; the command to multiply them would have a different opcode, and so on. The simplest computers a... | {
"tokens": [
"In",
"most",
"computers",
",",
"individual",
"instructions",
"are",
"stored",
"as",
"machine",
"code",
"with",
"each",
"instruction",
"being",
"given",
"a",
"unique",
"number",
"(",
"its",
"operation",
"code",
... | 57d54877063b4a34a53d560eefa37596 | A computer that stores its program in memory and kept separate from the data is called what? | {
"tokens": [
"A",
"computer",
"that",
"stores",
"its",
"program",
"in",
"memory",
"and",
"kept",
"separate",
"from",
"the",
"data",
"is",
"called",
"what",
"?"
],
"offsets": [
0,
2,
11,
16,
23,
27,
35,
38,
... | {
"text": [
"the Harvard architecture"
],
"char_spans": [
{
"start": [
1130
],
"end": [
1153
]
}
],
"token_spans": [
{
"start": [
212
],
"end": [
214
]
}
]
} | [
"the Harvard architecture"
] |
SQuAD | Superscalar computers may contain multiple ALUs, allowing them to process several instructions simultaneously. Graphics processors and computers with SIMD and MIMD features often contain ALUs that can perform arithmetic on vectors and matrices. | {
"tokens": [
"Superscalar",
"computers",
"may",
"contain",
"multiple",
"ALUs",
",",
"allowing",
"them",
"to",
"process",
"several",
"instructions",
"simultaneously",
".",
"Graphics",
"processors",
"and",
"computers",
"with",
"SIMD",
... | 6ea92b288e6f48c7863b4671f267004f | Computers that have multiple ALUs are called what? | {
"tokens": [
"Computers",
"that",
"have",
"multiple",
"ALUs",
"are",
"called",
"what",
"?"
],
"offsets": [
0,
10,
15,
20,
29,
34,
38,
45,
49
]
} | {
"text": [
"Superscalar"
],
"char_spans": [
{
"start": [
0
],
"end": [
10
]
}
],
"token_spans": [
{
"start": [
0
],
"end": [
0
]
}
]
} | [
"Superscalar"
] |
SQuAD | The control unit, ALU, and registers are collectively known as a central processing unit (CPU). Early CPUs were composed of many separate components but since the mid-1970s CPUs have typically been constructed on a single integrated circuit called a microprocessor. | {
"tokens": [
"The",
"control",
"unit",
",",
"ALU",
",",
"and",
"registers",
"are",
"collectively",
"known",
"as",
"a",
"central",
"processing",
"unit",
"(",
"CPU",
")",
".",
"Early",
"CPUs",
"were",
"composed",
"of",
... | 8b8daa7da13f42059b32255b27fd7e1a | The CPU is an abbreviation for what? | {
"tokens": [
"The",
"CPU",
"is",
"an",
"abbreviation",
"for",
"what",
"?"
],
"offsets": [
0,
4,
8,
11,
14,
27,
31,
35
]
} | {
"text": [
"central processing unit"
],
"char_spans": [
{
"start": [
65
],
"end": [
87
]
}
],
"token_spans": [
{
"start": [
13
],
"end": [
15
]
}
]
} | [
"central processing unit"
] |
SQuAD | The control unit, ALU, and registers are collectively known as a central processing unit (CPU). Early CPUs were composed of many separate components but since the mid-1970s CPUs have typically been constructed on a single integrated circuit called a microprocessor. | {
"tokens": [
"The",
"control",
"unit",
",",
"ALU",
",",
"and",
"registers",
"are",
"collectively",
"known",
"as",
"a",
"central",
"processing",
"unit",
"(",
"CPU",
")",
".",
"Early",
"CPUs",
"were",
"composed",
"of",
... | 0ed531344d1a4aa896daae114ce7f956 | What 3 parts make up the CPU? | {
"tokens": [
"What",
"3",
"parts",
"make",
"up",
"the",
"CPU",
"?"
],
"offsets": [
0,
5,
7,
13,
18,
21,
25,
28
]
} | {
"text": [
"The control unit, ALU, and registers"
],
"char_spans": [
{
"start": [
4
],
"end": [
35
]
}
],
"token_spans": [
{
"start": [
1
],
"end": [
7
]
}
]
} | [
"The control unit, ALU, and registers"
] |
SQuAD | The control unit, ALU, and registers are collectively known as a central processing unit (CPU). Early CPUs were composed of many separate components but since the mid-1970s CPUs have typically been constructed on a single integrated circuit called a microprocessor. | {
"tokens": [
"The",
"control",
"unit",
",",
"ALU",
",",
"and",
"registers",
"are",
"collectively",
"known",
"as",
"a",
"central",
"processing",
"unit",
"(",
"CPU",
")",
".",
"Early",
"CPUs",
"were",
"composed",
"of",
... | 6cd70acde12c454dafa86faacad47351 | CPUs that are constructed on a single integrated circuit are called what? | {
"tokens": [
"CPUs",
"that",
"are",
"constructed",
"on",
"a",
"single",
"integrated",
"circuit",
"are",
"called",
"what",
"?"
],
"offsets": [
0,
5,
10,
14,
26,
29,
31,
38,
49,
57,
61,
68,
72
]
} | {
"text": [
"a microprocessor"
],
"char_spans": [
{
"start": [
248
],
"end": [
263
]
}
],
"token_spans": [
{
"start": [
43
],
"end": [
44
]
}
]
} | [
"a microprocessor"
] |
SQuAD | The control unit, ALU, and registers are collectively known as a central processing unit (CPU). Early CPUs were composed of many separate components but since the mid-1970s CPUs have typically been constructed on a single integrated circuit called a microprocessor. | {
"tokens": [
"The",
"control",
"unit",
",",
"ALU",
",",
"and",
"registers",
"are",
"collectively",
"known",
"as",
"a",
"central",
"processing",
"unit",
"(",
"CPU",
")",
".",
"Early",
"CPUs",
"were",
"composed",
"of",
... | b7947577770c4116a1bd21ea39850fbb | Since when have CPUs been constructed with a microprocessor? | {
"tokens": [
"Since",
"when",
"have",
"CPUs",
"been",
"constructed",
"with",
"a",
"microprocessor",
"?"
],
"offsets": [
0,
6,
11,
16,
21,
26,
38,
43,
45,
59
]
} | {
"text": [
"mid-1970s"
],
"char_spans": [
{
"start": [
163
],
"end": [
171
]
}
],
"token_spans": [
{
"start": [
31
],
"end": [
31
]
}
]
} | [
"mid-1970s"
] |
SQuAD | Inside each of these parts are thousands to trillions of small electrical circuits which can be turned off or on by means of an electronic switch. Each circuit represents a bit (binary digit) of information so that when the circuit is on it represents a "1", and when off it represents a "0" (in positive logic represent... | {
"tokens": [
"Inside",
"each",
"of",
"these",
"parts",
"are",
"thousands",
"to",
"trillions",
"of",
"small",
"electrical",
"circuits",
"which",
"can",
"be",
"turned",
"off",
"or",
"on",
"by",
"means",
"of",
"an",
"ele... | 18d71dd0748e48e0a2ee8c0b9596216b | A circuit in a computer part represents what? | {
"tokens": [
"A",
"circuit",
"in",
"a",
"computer",
"part",
"represents",
"what",
"?"
],
"offsets": [
0,
2,
10,
13,
15,
24,
29,
40,
44
]
} | {
"text": [
"a bit (binary digit) of information"
],
"char_spans": [
{
"start": [
171
],
"end": [
205
]
}
],
"token_spans": [
{
"start": [
30
],
"end": [
37
]
}
]
} | [
"a bit (binary digit) of information"
] |
SQuAD | Inside each of these parts are thousands to trillions of small electrical circuits which can be turned off or on by means of an electronic switch. Each circuit represents a bit (binary digit) of information so that when the circuit is on it represents a "1", and when off it represents a "0" (in positive logic represent... | {
"tokens": [
"Inside",
"each",
"of",
"these",
"parts",
"are",
"thousands",
"to",
"trillions",
"of",
"small",
"electrical",
"circuits",
"which",
"can",
"be",
"turned",
"off",
"or",
"on",
"by",
"means",
"of",
"an",
"ele... | 23dc4aa5d03745d092822c19e799477f | In positive logic representation a "1" represents when a circuit is what? | {
"tokens": [
"In",
"positive",
"logic",
"representation",
"a",
"\"",
"1",
"\"",
"represents",
"when",
"a",
"circuit",
"is",
"what",
"?"
],
"offsets": [
0,
3,
12,
18,
33,
35,
36,
37,
39,
50,
55,
57,
65,... | {
"text": [
"on"
],
"char_spans": [
{
"start": [
235
],
"end": [
236
]
}
],
"token_spans": [
{
"start": [
44
],
"end": [
44
]
}
]
} | [
"on"
] |
SQuAD | Inside each of these parts are thousands to trillions of small electrical circuits which can be turned off or on by means of an electronic switch. Each circuit represents a bit (binary digit) of information so that when the circuit is on it represents a "1", and when off it represents a "0" (in positive logic represent... | {
"tokens": [
"Inside",
"each",
"of",
"these",
"parts",
"are",
"thousands",
"to",
"trillions",
"of",
"small",
"electrical",
"circuits",
"which",
"can",
"be",
"turned",
"off",
"or",
"on",
"by",
"means",
"of",
"an",
"ele... | 97aaffd4cfec450386e2cedd42999762 | In positive logic representation a "0" represents when a circuit is what? | {
"tokens": [
"In",
"positive",
"logic",
"representation",
"a",
"\"",
"0",
"\"",
"represents",
"when",
"a",
"circuit",
"is",
"what",
"?"
],
"offsets": [
0,
3,
12,
18,
33,
35,
36,
37,
39,
50,
55,
57,
65,... | {
"text": [
"off"
],
"char_spans": [
{
"start": [
268
],
"end": [
270
]
}
],
"token_spans": [
{
"start": [
54
],
"end": [
54
]
}
]
} | [
"off"
] |
SQuAD | Since the program counter is (conceptually) just another set of memory cells, it can be changed by calculations done in the ALU. Adding 100 to the program counter would cause the next instruction to be read from a place 100 locations further down the program. Instructions that modify the program counter are often known... | {
"tokens": [
"Since",
"the",
"program",
"counter",
"is",
"(",
"conceptually",
")",
"just",
"another",
"set",
"of",
"memory",
"cells",
",",
"it",
"can",
"be",
"changed",
"by",
"calculations",
"done",
"in",
"the",
"ALU"... | 2c777415095d454d8cbfa9c352f72715 | In what part can the program counter be changed by calculations? | {
"tokens": [
"In",
"what",
"part",
"can",
"the",
"program",
"counter",
"be",
"changed",
"by",
"calculations",
"?"
],
"offsets": [
0,
3,
8,
13,
17,
21,
29,
37,
40,
48,
51,
63
]
} | {
"text": [
"the ALU"
],
"char_spans": [
{
"start": [
120
],
"end": [
126
]
}
],
"token_spans": [
{
"start": [
23
],
"end": [
24
]
}
]
} | [
"the ALU"
] |
SQuAD | Since the program counter is (conceptually) just another set of memory cells, it can be changed by calculations done in the ALU. Adding 100 to the program counter would cause the next instruction to be read from a place 100 locations further down the program. Instructions that modify the program counter are often known... | {
"tokens": [
"Since",
"the",
"program",
"counter",
"is",
"(",
"conceptually",
")",
"just",
"another",
"set",
"of",
"memory",
"cells",
",",
"it",
"can",
"be",
"changed",
"by",
"calculations",
"done",
"in",
"the",
"ALU"... | ff80bf22aa844b0691bb9260cd3fc63d | Instructions that change the program counter are called what? | {
"tokens": [
"Instructions",
"that",
"change",
"the",
"program",
"counter",
"are",
"called",
"what",
"?"
],
"offsets": [
0,
13,
18,
25,
29,
37,
45,
49,
56,
60
]
} | {
"text": [
"\"jumps\""
],
"char_spans": [
{
"start": [
324
],
"end": [
330
]
}
],
"token_spans": [
{
"start": [
60
],
"end": [
62
]
}
]
} | [
"\"jumps\""
] |
SQuAD | Since the program counter is (conceptually) just another set of memory cells, it can be changed by calculations done in the ALU. Adding 100 to the program counter would cause the next instruction to be read from a place 100 locations further down the program. Instructions that modify the program counter are often known... | {
"tokens": [
"Since",
"the",
"program",
"counter",
"is",
"(",
"conceptually",
")",
"just",
"another",
"set",
"of",
"memory",
"cells",
",",
"it",
"can",
"be",
"changed",
"by",
"calculations",
"done",
"in",
"the",
"ALU"... | 840204c301d0497f9ca28f09a03808ff | Loops are defined as what? | {
"tokens": [
"Loops",
"are",
"defined",
"as",
"what",
"?"
],
"offsets": [
0,
6,
10,
18,
21,
25
]
} | {
"text": [
"instructions that are repeated by the computer)"
],
"char_spans": [
{
"start": [
353
],
"end": [
399
]
}
],
"token_spans": [
{
"start": [
68
],
"end": [
75
]
}
]
} | [
"instructions that are repeated by the computer)"
] |
SQuAD | In more sophisticated computers there may be one or more RAM cache memories, which are slower than registers but faster than main memory. Generally computers with this sort of cache are designed to move frequently needed data into the cache automatically, often without the need for any intervention on the programmer's ... | {
"tokens": [
"In",
"more",
"sophisticated",
"computers",
"there",
"may",
"be",
"one",
"or",
"more",
"RAM",
"cache",
"memories",
",",
"which",
"are",
"slower",
"than",
"registers",
"but",
"faster",
"than",
"main",
"memory"... | cfeed3fac1d84180a9179201c0686f31 | RAM cache memory is slower than what? | {
"tokens": [
"RAM",
"cache",
"memory",
"is",
"slower",
"than",
"what",
"?"
],
"offsets": [
0,
4,
10,
17,
20,
27,
32,
36
]
} | {
"text": [
"registers"
],
"char_spans": [
{
"start": [
99
],
"end": [
107
]
}
],
"token_spans": [
{
"start": [
18
],
"end": [
18
]
}
]
} | [
"registers"
] |
SQuAD | While a computer may be viewed as running one gigantic program stored in its main memory, in some systems it is necessary to give the appearance of running several programs simultaneously. This is achieved by multitasking i.e. having the computer switch rapidly between running each program in turn. | {
"tokens": [
"While",
"a",
"computer",
"may",
"be",
"viewed",
"as",
"running",
"one",
"gigantic",
"program",
"stored",
"in",
"its",
"main",
"memory",
",",
"in",
"some",
"systems",
"it",
"is",
"necessary",
"to",
"give"... | e6a6728973c241c0a7a5054a144380ab | In computer terms, when a computer is switching rapidly between running each program in turn, is called what? | {
"tokens": [
"In",
"computer",
"terms",
",",
"when",
"a",
"computer",
"is",
"switching",
"rapidly",
"between",
"running",
"each",
"program",
"in",
"turn",
",",
"is",
"called",
"what",
"?"
],
"offsets": [
0,
3,
12,
... | {
"text": [
"multitasking"
],
"char_spans": [
{
"start": [
209
],
"end": [
220
]
}
],
"token_spans": [
{
"start": [
37
],
"end": [
37
]
}
]
} | [
"multitasking"
] |
SQuAD | A computer's memory can be viewed as a list of cells into which numbers can be placed or read. Each cell has a numbered "address" and can store a single number. The computer can be instructed to "put the number 123 into the cell numbered 1357" or to "add the number that is in cell 1357 to the number that is in cell 246... | {
"tokens": [
"A",
"computer",
"'s",
"memory",
"can",
"be",
"viewed",
"as",
"a",
"list",
"of",
"cells",
"into",
"which",
"numbers",
"can",
"be",
"placed",
"or",
"read",
".",
"Each",
"cell",
"has",
"a",
"numbered",
... | f1655fd8bc1c4f1d94d07b96ca4c8164 | How many numbers can a cell of a computer's memory hold? | {
"tokens": [
"How",
"many",
"numbers",
"can",
"a",
"cell",
"of",
"a",
"computer",
"'s",
"memory",
"hold",
"?"
],
"offsets": [
0,
4,
9,
17,
21,
23,
28,
31,
33,
41,
44,
51,
55
]
} | {
"text": [
"a single number"
],
"char_spans": [
{
"start": [
144
],
"end": [
158
]
}
],
"token_spans": [
{
"start": [
32
],
"end": [
34
]
}
]
} | [
"a single number"
] |
SQuAD | A computer's memory can be viewed as a list of cells into which numbers can be placed or read. Each cell has a numbered "address" and can store a single number. The computer can be instructed to "put the number 123 into the cell numbered 1357" or to "add the number that is in cell 1357 to the number that is in cell 246... | {
"tokens": [
"A",
"computer",
"'s",
"memory",
"can",
"be",
"viewed",
"as",
"a",
"list",
"of",
"cells",
"into",
"which",
"numbers",
"can",
"be",
"placed",
"or",
"read",
".",
"Each",
"cell",
"has",
"a",
"numbered",
... | d6e965c4451d4eebbad2e29b63412f65 | What is the responsibility of giving significance to what the memory sees as nothing but numbers? | {
"tokens": [
"What",
"is",
"the",
"responsibility",
"of",
"giving",
"significance",
"to",
"what",
"the",
"memory",
"sees",
"as",
"nothing",
"but",
"numbers",
"?"
],
"offsets": [
0,
5,
8,
12,
27,
30,
37,
50,
53... | {
"text": [
"the software's"
],
"char_spans": [
{
"start": [
598
],
"end": [
611
]
}
],
"token_spans": [
{
"start": [
121
],
"end": [
123
]
}
]
} | [
"the software's"
] |
SQuAD | Some computers are designed to distribute their work across several CPUs in a multiprocessing configuration, a technique once employed only in large and powerful machines such as supercomputers, mainframe computers and servers. Multiprocessor and multi-core (multiple CPUs on a single integrated circuit) personal and la... | {
"tokens": [
"Some",
"computers",
"are",
"designed",
"to",
"distribute",
"their",
"work",
"across",
"several",
"CPUs",
"in",
"a",
"multiprocessing",
"configuration",
",",
"a",
"technique",
"once",
"employed",
"only",
"in",
"l... | e7f0019b1cd94a02a79e29299a272280 | Multiprocessor and multi-core computers have multiples of what? | {
"tokens": [
"Multiprocessor",
"and",
"multi",
"-",
"core",
"computers",
"have",
"multiples",
"of",
"what",
"?"
],
"offsets": [
0,
15,
19,
24,
25,
30,
40,
45,
55,
58,
62
]
} | {
"text": [
"CPUs"
],
"char_spans": [
{
"start": [
268
],
"end": [
271
]
}
],
"token_spans": [
{
"start": [
42
],
"end": [
42
]
}
]
} | [
"CPUs"
] |
SQuAD | The CPU contains a special set of memory cells called registers that can be read and written to much more rapidly than the main memory area. There are typically between two and one hundred registers depending on the type of CPU. Registers are used for the most frequently needed data items to avoid having to access main... | {
"tokens": [
"The",
"CPU",
"contains",
"a",
"special",
"set",
"of",
"memory",
"cells",
"called",
"registers",
"that",
"can",
"be",
"read",
"and",
"written",
"to",
"much",
"more",
"rapidly",
"than",
"the",
"main",
"mem... | d52a770ebfee42b39ad7062e22e5b23c | What part of the computer has memory cells called registers? | {
"tokens": [
"What",
"part",
"of",
"the",
"computer",
"has",
"memory",
"cells",
"called",
"registers",
"?"
],
"offsets": [
0,
5,
10,
13,
17,
26,
30,
37,
43,
50,
59
]
} | {
"text": [
"The CPU"
],
"char_spans": [
{
"start": [
224,
4
],
"end": [
226,
6
]
}
],
"token_spans": [
{
"start": [
41,
1
],
"end": [
41,
1
]
}
]
} | [
"The CPU"
] |
SQuAD | The CPU contains a special set of memory cells called registers that can be read and written to much more rapidly than the main memory area. There are typically between two and one hundred registers depending on the type of CPU. Registers are used for the most frequently needed data items to avoid having to access main... | {
"tokens": [
"The",
"CPU",
"contains",
"a",
"special",
"set",
"of",
"memory",
"cells",
"called",
"registers",
"that",
"can",
"be",
"read",
"and",
"written",
"to",
"much",
"more",
"rapidly",
"than",
"the",
"main",
"mem... | 8240e2746f7044108032ae4bbe6ac4c8 | What is the typical range of registers for a CPU? | {
"tokens": [
"What",
"is",
"the",
"typical",
"range",
"of",
"registers",
"for",
"a",
"CPU",
"?"
],
"offsets": [
0,
5,
8,
12,
20,
26,
29,
39,
43,
45,
48
]
} | {
"text": [
"two and one hundred registers"
],
"char_spans": [
{
"start": [
169
],
"end": [
197
]
}
],
"token_spans": [
{
"start": [
31
],
"end": [
35
]
}
]
} | [
"two and one hundred registers"
] |
SQuAD | In almost all modern computers, each memory cell is set up to store binary numbers in groups of eight bits (called a byte). Each byte is able to represent 256 different numbers (28 = 256); either from 0 to 255 or −128 to +127. To store larger numbers, several consecutive bytes may be used (typically, two, four or eight... | {
"tokens": [
"In",
"almost",
"all",
"modern",
"computers",
",",
"each",
"memory",
"cell",
"is",
"set",
"up",
"to",
"store",
"binary",
"numbers",
"in",
"groups",
"of",
"eight",
"bits",
"(",
"called",
"a",
"byte",
"... | 1a66539c7c114c58ae26570f97a42460 | A group of 8 bits is called what? | {
"tokens": [
"A",
"group",
"of",
"8",
"bits",
"is",
"called",
"what",
"?"
],
"offsets": [
0,
2,
8,
11,
13,
18,
21,
28,
32
]
} | {
"text": [
"a byte"
],
"char_spans": [
{
"start": [
115
],
"end": [
120
]
}
],
"token_spans": [
{
"start": [
23
],
"end": [
24
]
}
]
} | [
"a byte"
] |
SQuAD | In almost all modern computers, each memory cell is set up to store binary numbers in groups of eight bits (called a byte). Each byte is able to represent 256 different numbers (28 = 256); either from 0 to 255 or −128 to +127. To store larger numbers, several consecutive bytes may be used (typically, two, four or eight... | {
"tokens": [
"In",
"almost",
"all",
"modern",
"computers",
",",
"each",
"memory",
"cell",
"is",
"set",
"up",
"to",
"store",
"binary",
"numbers",
"in",
"groups",
"of",
"eight",
"bits",
"(",
"called",
"a",
"byte",
"... | 353cf6866a12430b88aa176064e511af | How many numbers can a byte represent? | {
"tokens": [
"How",
"many",
"numbers",
"can",
"a",
"byte",
"represent",
"?"
],
"offsets": [
0,
4,
9,
17,
21,
23,
28,
37
]
} | {
"text": [
"256 different numbers"
],
"char_spans": [
{
"start": [
155
],
"end": [
175
]
}
],
"token_spans": [
{
"start": [
33
],
"end": [
35
]
}
]
} | [
"256 different numbers"
] |
SQuAD | In almost all modern computers, each memory cell is set up to store binary numbers in groups of eight bits (called a byte). Each byte is able to represent 256 different numbers (28 = 256); either from 0 to 255 or −128 to +127. To store larger numbers, several consecutive bytes may be used (typically, two, four or eight... | {
"tokens": [
"In",
"almost",
"all",
"modern",
"computers",
",",
"each",
"memory",
"cell",
"is",
"set",
"up",
"to",
"store",
"binary",
"numbers",
"in",
"groups",
"of",
"eight",
"bits",
"(",
"called",
"a",
"byte",
"... | 8d92fa4cb939496098ccb92b72f7b893 | What is the range of the numbers that a byte can represent? | {
"tokens": [
"What",
"is",
"the",
"range",
"of",
"the",
"numbers",
"that",
"a",
"byte",
"can",
"represent",
"?"
],
"offsets": [
0,
5,
8,
12,
18,
21,
25,
33,
38,
40,
45,
49,
58
]
} | {
"text": [
"0 to 255 or −128 to +127"
],
"char_spans": [
{
"start": [
201
],
"end": [
224
]
}
],
"token_spans": [
{
"start": [
44
],
"end": [
50
]
}
]
} | [
"0 to 255 or −128 to +127"
] |
SQuAD | The set of arithmetic operations that a particular ALU supports may be limited to addition and subtraction, or might include multiplication, division, trigonometry functions such as sine, cosine, etc., and square roots. Some can only operate on whole numbers (integers) whilst others use floating point to represent real... | {
"tokens": [
"The",
"set",
"of",
"arithmetic",
"operations",
"that",
"a",
"particular",
"ALU",
"supports",
"may",
"be",
"limited",
"to",
"addition",
"and",
"subtraction",
",",
"or",
"might",
"include",
"multiplication",
",",
... | eb0860dd7bc44579b893651215284147 | Some trigonometry functions are what? | {
"tokens": [
"Some",
"trigonometry",
"functions",
"are",
"what",
"?"
],
"offsets": [
0,
5,
18,
28,
32,
36
]
} | {
"text": [
"sine, cosine,"
],
"char_spans": [
{
"start": [
182
],
"end": [
194
]
}
],
"token_spans": [
{
"start": [
29
],
"end": [
32
]
}
]
} | [
"sine, cosine,"
] |
SQuAD | The set of arithmetic operations that a particular ALU supports may be limited to addition and subtraction, or might include multiplication, division, trigonometry functions such as sine, cosine, etc., and square roots. Some can only operate on whole numbers (integers) whilst others use floating point to represent real... | {
"tokens": [
"The",
"set",
"of",
"arithmetic",
"operations",
"that",
"a",
"particular",
"ALU",
"supports",
"may",
"be",
"limited",
"to",
"addition",
"and",
"subtraction",
",",
"or",
"might",
"include",
"multiplication",
",",
... | f66fcc25256b41a6949655d22dc1502e | The term for whole numbers is what? | {
"tokens": [
"The",
"term",
"for",
"whole",
"numbers",
"is",
"what",
"?"
],
"offsets": [
0,
4,
9,
13,
19,
27,
30,
34
]
} | {
"text": [
"(integers"
],
"char_spans": [
{
"start": [
259
],
"end": [
267
]
}
],
"token_spans": [
{
"start": [
47
],
"end": [
48
]
}
]
} | [
"(integers"
] |
SQuAD | Computers have been used to coordinate information between multiple locations since the 1950s. The U.S. military's SAGE system was the first large-scale example of such a system, which led to a number of special-purpose commercial systems such as Sabre. | {
"tokens": [
"Computers",
"have",
"been",
"used",
"to",
"coordinate",
"information",
"between",
"multiple",
"locations",
"since",
"the",
"1950s",
".",
"The",
"U.S.",
"military",
"'s",
"SAGE",
"system",
"was",
"the",
"first",
... | d67b7801f50b4aaca3b93e8e6eefeda5 | What system of the U.S. military's was the first large-scale system to coordinate information between several locations? | {
"tokens": [
"What",
"system",
"of",
"the",
"U.S.",
"military",
"'s",
"was",
"the",
"first",
"large",
"-",
"scale",
"system",
"to",
"coordinate",
"information",
"between",
"several",
"locations",
"?"
],
"offsets": [
0,
5,... | {
"text": [
"SAGE system"
],
"char_spans": [
{
"start": [
115
],
"end": [
125
]
}
],
"token_spans": [
{
"start": [
18
],
"end": [
19
]
}
]
} | [
"SAGE system"
] |
SQuAD | Computers have been used to coordinate information between multiple locations since the 1950s. The U.S. military's SAGE system was the first large-scale example of such a system, which led to a number of special-purpose commercial systems such as Sabre. | {
"tokens": [
"Computers",
"have",
"been",
"used",
"to",
"coordinate",
"information",
"between",
"multiple",
"locations",
"since",
"the",
"1950s",
".",
"The",
"U.S.",
"military",
"'s",
"SAGE",
"system",
"was",
"the",
"first",
... | 741ec11307b447728c30f12f9e13157c | When were computers first used to coordinate information between many locations? | {
"tokens": [
"When",
"were",
"computers",
"first",
"used",
"to",
"coordinate",
"information",
"between",
"many",
"locations",
"?"
],
"offsets": [
0,
5,
10,
20,
26,
31,
34,
45,
57,
65,
70,
79
]
} | {
"text": [
"the 1950s"
],
"char_spans": [
{
"start": [
84
],
"end": [
92
]
}
],
"token_spans": [
{
"start": [
11
],
"end": [
12
]
}
]
} | [
"the 1950s"
] |
SQuAD | I/O is the means by which a computer exchanges information with the outside world. Devices that provide input or output to the computer are called peripherals. On a typical personal computer, peripherals include input devices like the keyboard and mouse, and output devices such as the display and printer. Hard disk dri... | {
"tokens": [
"I",
"/",
"O",
"is",
"the",
"means",
"by",
"which",
"a",
"computer",
"exchanges",
"information",
"with",
"the",
"outside",
"world",
".",
"Devices",
"that",
"provide",
"input",
"or",
"output",
"to",
"the",... | 15dcb4da02804fc9994947cc9deee653 | Devices that give input or output to a computer are called what? | {
"tokens": [
"Devices",
"that",
"give",
"input",
"or",
"output",
"to",
"a",
"computer",
"are",
"called",
"what",
"?"
],
"offsets": [
0,
8,
13,
18,
24,
27,
34,
37,
39,
48,
52,
59,
63
]
} | {
"text": [
"peripherals"
],
"char_spans": [
{
"start": [
147
],
"end": [
157
]
}
],
"token_spans": [
{
"start": [
28
],
"end": [
28
]
}
]
} | [
"peripherals"
] |
SQuAD | I/O is the means by which a computer exchanges information with the outside world. Devices that provide input or output to the computer are called peripherals. On a typical personal computer, peripherals include input devices like the keyboard and mouse, and output devices such as the display and printer. Hard disk dri... | {
"tokens": [
"I",
"/",
"O",
"is",
"the",
"means",
"by",
"which",
"a",
"computer",
"exchanges",
"information",
"with",
"the",
"outside",
"world",
".",
"Devices",
"that",
"provide",
"input",
"or",
"output",
"to",
"the",... | e977d186df7c45a08c89d047cd6e5f36 | A mouse is what type of peripheral device? | {
"tokens": [
"A",
"mouse",
"is",
"what",
"type",
"of",
"peripheral",
"device",
"?"
],
"offsets": [
0,
2,
8,
11,
16,
21,
24,
35,
41
]
} | {
"text": [
"input"
],
"char_spans": [
{
"start": [
212
],
"end": [
216
]
}
],
"token_spans": [
{
"start": [
38
],
"end": [
38
]
}
]
} | [
"input"
] |
SQuAD | I/O is the means by which a computer exchanges information with the outside world. Devices that provide input or output to the computer are called peripherals. On a typical personal computer, peripherals include input devices like the keyboard and mouse, and output devices such as the display and printer. Hard disk dri... | {
"tokens": [
"I",
"/",
"O",
"is",
"the",
"means",
"by",
"which",
"a",
"computer",
"exchanges",
"information",
"with",
"the",
"outside",
"world",
".",
"Devices",
"that",
"provide",
"input",
"or",
"output",
"to",
"the",... | abb3576c17164a5f8e256825a0ee8c5f | A printer is what type of peripheral device? | {
"tokens": [
"A",
"printer",
"is",
"what",
"type",
"of",
"peripheral",
"device",
"?"
],
"offsets": [
0,
2,
10,
13,
18,
23,
26,
37,
43
]
} | {
"text": [
"output"
],
"char_spans": [
{
"start": [
259
],
"end": [
264
]
}
],
"token_spans": [
{
"start": [
47
],
"end": [
47
]
}
]
} | [
"output"
] |
SQuAD | I/O is the means by which a computer exchanges information with the outside world. Devices that provide input or output to the computer are called peripherals. On a typical personal computer, peripherals include input devices like the keyboard and mouse, and output devices such as the display and printer. Hard disk dri... | {
"tokens": [
"I",
"/",
"O",
"is",
"the",
"means",
"by",
"which",
"a",
"computer",
"exchanges",
"information",
"with",
"the",
"outside",
"world",
".",
"Devices",
"that",
"provide",
"input",
"or",
"output",
"to",
"the",... | 0826db96c5554b2bab147d04c75b3694 | Hard disk drives are what type of peripheral device? | {
"tokens": [
"Hard",
"disk",
"drives",
"are",
"what",
"type",
"of",
"peripheral",
"device",
"?"
],
"offsets": [
0,
5,
10,
17,
21,
26,
31,
34,
45,
51
]
} | {
"text": [
"input and output"
],
"char_spans": [
{
"start": [
382
],
"end": [
397
]
}
],
"token_spans": [
{
"start": [
70
],
"end": [
72
]
}
]
} | [
"input and output"
] |
SQuAD | I/O is the means by which a computer exchanges information with the outside world. Devices that provide input or output to the computer are called peripherals. On a typical personal computer, peripherals include input devices like the keyboard and mouse, and output devices such as the display and printer. Hard disk dri... | {
"tokens": [
"I",
"/",
"O",
"is",
"the",
"means",
"by",
"which",
"a",
"computer",
"exchanges",
"information",
"with",
"the",
"outside",
"world",
".",
"Devices",
"that",
"provide",
"input",
"or",
"output",
"to",
"the",... | abbae69c11d14f9a853e121f36d227d2 | A keyboard is what type of peripheral device? | {
"tokens": [
"A",
"keyboard",
"is",
"what",
"type",
"of",
"peripheral",
"device",
"?"
],
"offsets": [
0,
2,
11,
14,
19,
24,
27,
38,
44
]
} | {
"text": [
"input"
],
"char_spans": [
{
"start": [
212
],
"end": [
216
]
}
],
"token_spans": [
{
"start": [
38
],
"end": [
38
]
}
]
} | [
"input"
] |
SQuAD | The Mark 1 in turn quickly became the prototype for the Ferranti Mark 1, the world's first commercially available general-purpose computer. Built by Ferranti, it was delivered to the University of Manchester in February 1951. At least seven of these later machines were delivered between 1953 and 1957, one of them to Sh... | {
"tokens": [
"The",
"Mark",
"1",
"in",
"turn",
"quickly",
"became",
"the",
"prototype",
"for",
"the",
"Ferranti",
"Mark",
"1",
",",
"the",
"world",
"'s",
"first",
"commercially",
"available",
"general",
"-",
"purpose",
... | 79de8801127d41ef88788cb4659602a7 | What was the prototype for the Ferranti Mark 1? | {
"tokens": [
"What",
"was",
"the",
"prototype",
"for",
"the",
"Ferranti",
"Mark",
"1",
"?"
],
"offsets": [
0,
5,
9,
13,
23,
27,
31,
40,
45,
46
]
} | {
"text": [
"The Mark 1"
],
"char_spans": [
{
"start": [
4,
65
],
"end": [
9,
70
]
}
],
"token_spans": [
{
"start": [
1,
12
],
"end": [
2,
13
]
}
]
} | [
"The Mark 1"
] |
SQuAD | The Mark 1 in turn quickly became the prototype for the Ferranti Mark 1, the world's first commercially available general-purpose computer. Built by Ferranti, it was delivered to the University of Manchester in February 1951. At least seven of these later machines were delivered between 1953 and 1957, one of them to Sh... | {
"tokens": [
"The",
"Mark",
"1",
"in",
"turn",
"quickly",
"became",
"the",
"prototype",
"for",
"the",
"Ferranti",
"Mark",
"1",
",",
"the",
"world",
"'s",
"first",
"commercially",
"available",
"general",
"-",
"purpose",
... | e5fdb8df30be4418abdce396de457e17 | What was the first available computer for the public? | {
"tokens": [
"What",
"was",
"the",
"first",
"available",
"computer",
"for",
"the",
"public",
"?"
],
"offsets": [
0,
5,
9,
13,
19,
29,
38,
42,
46,
52
]
} | {
"text": [
"Ferranti Mark 1"
],
"char_spans": [
{
"start": [
56
],
"end": [
70
]
}
],
"token_spans": [
{
"start": [
11
],
"end": [
13
]
}
]
} | [
"Ferranti Mark 1"
] |
SQuAD | The Mark 1 in turn quickly became the prototype for the Ferranti Mark 1, the world's first commercially available general-purpose computer. Built by Ferranti, it was delivered to the University of Manchester in February 1951. At least seven of these later machines were delivered between 1953 and 1957, one of them to Sh... | {
"tokens": [
"The",
"Mark",
"1",
"in",
"turn",
"quickly",
"became",
"the",
"prototype",
"for",
"the",
"Ferranti",
"Mark",
"1",
",",
"the",
"world",
"'s",
"first",
"commercially",
"available",
"general",
"-",
"purpose",
... | 1bb4f1b9b712410289a2ee14872c23ef | When was the Ferranti Mark 1 built? | {
"tokens": [
"When",
"was",
"the",
"Ferranti",
"Mark",
"1",
"built",
"?"
],
"offsets": [
0,
5,
9,
13,
22,
27,
29,
34
]
} | {
"text": [
"1951"
],
"char_spans": [
{
"start": [
220
],
"end": [
223
]
}
],
"token_spans": [
{
"start": [
40
],
"end": [
40
]
}
]
} | [
"1951"
] |
SQuAD | The Mark 1 in turn quickly became the prototype for the Ferranti Mark 1, the world's first commercially available general-purpose computer. Built by Ferranti, it was delivered to the University of Manchester in February 1951. At least seven of these later machines were delivered between 1953 and 1957, one of them to Sh... | {
"tokens": [
"The",
"Mark",
"1",
"in",
"turn",
"quickly",
"became",
"the",
"prototype",
"for",
"the",
"Ferranti",
"Mark",
"1",
",",
"the",
"world",
"'s",
"first",
"commercially",
"available",
"general",
"-",
"purpose",
... | 08bc14e4d6ee4ac88361d2cc8a9c4353 | Where was the Ferranti Mark 1 sent to after it was developed? | {
"tokens": [
"Where",
"was",
"the",
"Ferranti",
"Mark",
"1",
"sent",
"to",
"after",
"it",
"was",
"developed",
"?"
],
"offsets": [
0,
6,
10,
14,
23,
28,
30,
35,
38,
44,
47,
51,
60
]
} | {
"text": [
"University of Manchester"
],
"char_spans": [
{
"start": [
183
],
"end": [
206
]
}
],
"token_spans": [
{
"start": [
35
],
"end": [
37
]
}
]
} | [
"University of Manchester"
] |
SQuAD | The Mark 1 in turn quickly became the prototype for the Ferranti Mark 1, the world's first commercially available general-purpose computer. Built by Ferranti, it was delivered to the University of Manchester in February 1951. At least seven of these later machines were delivered between 1953 and 1957, one of them to Sh... | {
"tokens": [
"The",
"Mark",
"1",
"in",
"turn",
"quickly",
"became",
"the",
"prototype",
"for",
"the",
"Ferranti",
"Mark",
"1",
",",
"the",
"world",
"'s",
"first",
"commercially",
"available",
"general",
"-",
"purpose",
... | ea25bdc8c34f43adbed4001f2a72e2be | When was the LEO 1 computer first operational? | {
"tokens": [
"When",
"was",
"the",
"LEO",
"1",
"computer",
"first",
"operational",
"?"
],
"offsets": [
0,
5,
9,
13,
17,
19,
28,
34,
45
]
} | {
"text": [
"April 1951"
],
"char_spans": [
{
"start": [
547
],
"end": [
556
]
}
],
"token_spans": [
{
"start": [
100
],
"end": [
101
]
}
]
} | [
"April 1951"
] |
SQuAD | In the 1970s, computer engineers at research institutions throughout the United States began to link their computers together using telecommunications technology. The effort was funded by ARPA (now DARPA), and the computer network that resulted was called the ARPANET. The technologies that made the Arpanet possible spr... | {
"tokens": [
"In",
"the",
"1970s",
",",
"computer",
"engineers",
"at",
"research",
"institutions",
"throughout",
"the",
"United",
"States",
"began",
"to",
"link",
"their",
"computers",
"together",
"using",
"telecommunications",
"... | 2d1c8e1d864b45ac84e56568998a1a6c | Who funded the linking of computers around the US in the 1970s? | {
"tokens": [
"Who",
"funded",
"the",
"linking",
"of",
"computers",
"around",
"the",
"US",
"in",
"the",
"1970s",
"?"
],
"offsets": [
0,
4,
11,
15,
23,
26,
36,
43,
47,
50,
53,
57,
62
]
} | {
"text": [
"ARPA"
],
"char_spans": [
{
"start": [
188
],
"end": [
191
]
}
],
"token_spans": [
{
"start": [
28
],
"end": [
28
]
}
]
} | [
"ARPA"
] |
SQuAD | In the 1970s, computer engineers at research institutions throughout the United States began to link their computers together using telecommunications technology. The effort was funded by ARPA (now DARPA), and the computer network that resulted was called the ARPANET. The technologies that made the Arpanet possible spr... | {
"tokens": [
"In",
"the",
"1970s",
",",
"computer",
"engineers",
"at",
"research",
"institutions",
"throughout",
"the",
"United",
"States",
"began",
"to",
"link",
"their",
"computers",
"together",
"using",
"telecommunications",
"... | 5e733ca938944730bf4a269af738aec7 | ARPA is now known as what? | {
"tokens": [
"ARPA",
"is",
"now",
"known",
"as",
"what",
"?"
],
"offsets": [
0,
5,
8,
12,
18,
21,
25
]
} | {
"text": [
"DARPA)"
],
"char_spans": [
{
"start": [
198
],
"end": [
203
]
}
],
"token_spans": [
{
"start": [
31
],
"end": [
32
]
}
]
} | [
"DARPA)"
] |
SQuAD | One means by which this is done is with a special signal called an interrupt, which can periodically cause the computer to stop executing instructions where it was and do something else instead. By remembering where it was executing prior to the interrupt, the computer can return to that task later. If several programs... | {
"tokens": [
"One",
"means",
"by",
"which",
"this",
"is",
"done",
"is",
"with",
"a",
"special",
"signal",
"called",
"an",
"interrupt",
",",
"which",
"can",
"periodically",
"cause",
"the",
"computer",
"to",
"stop",
"ex... | 483830c834ba4e03ac064bf487c49e07 | A method of multitasking that takes a "slice" of time in turn is called what? | {
"tokens": [
"A",
"method",
"of",
"multitasking",
"that",
"takes",
"a",
"\"",
"slice",
"\"",
"of",
"time",
"in",
"turn",
"is",
"called",
"what",
"?"
],
"offsets": [
0,
2,
9,
12,
25,
30,
36,
38,
39,
44,... | {
"text": [
"\"time-sharing\""
],
"char_spans": [
{
"start": [
757
],
"end": [
770
]
}
],
"token_spans": [
{
"start": [
133
],
"end": [
137
]
}
]
} | [
"\"time-sharing\""
] |
SQuAD | One means by which this is done is with a special signal called an interrupt, which can periodically cause the computer to stop executing instructions where it was and do something else instead. By remembering where it was executing prior to the interrupt, the computer can return to that task later. If several programs... | {
"tokens": [
"One",
"means",
"by",
"which",
"this",
"is",
"done",
"is",
"with",
"a",
"special",
"signal",
"called",
"an",
"interrupt",
",",
"which",
"can",
"periodically",
"cause",
"the",
"computer",
"to",
"stop",
"ex... | 7a8d4ab3a9524a4eadd010c80a10ff62 | A signal that stops a compute executing instructions is called what? | {
"tokens": [
"A",
"signal",
"that",
"stops",
"a",
"compute",
"executing",
"instructions",
"is",
"called",
"what",
"?"
],
"offsets": [
0,
2,
9,
14,
20,
22,
30,
40,
53,
56,
63,
67
]
} | {
"text": [
"an interrupt,"
],
"char_spans": [
{
"start": [
64
],
"end": [
76
]
}
],
"token_spans": [
{
"start": [
13
],
"end": [
15
]
}
]
} | [
"an interrupt,"
] |
SQuAD | Supercomputers in particular often have highly unique architectures that differ significantly from the basic stored-program architecture and from general purpose computers. They often feature thousands of CPUs, customized high-speed interconnects, and specialized computing hardware. Such designs tend to be useful only ... | {
"tokens": [
"Supercomputers",
"in",
"particular",
"often",
"have",
"highly",
"unique",
"architectures",
"that",
"differ",
"significantly",
"from",
"the",
"basic",
"stored",
"-",
"program",
"architecture",
"and",
"from",
"general",
... | be5ec3c8a3cd4a2392b6fe55008bc2fd | How many CPUs do supercomputers typically possess? | {
"tokens": [
"How",
"many",
"CPUs",
"do",
"supercomputers",
"typically",
"possess",
"?"
],
"offsets": [
0,
4,
9,
14,
17,
32,
42,
49
]
} | {
"text": [
"thousands"
],
"char_spans": [
{
"start": [
192
],
"end": [
200
]
}
],
"token_spans": [
{
"start": [
27
],
"end": [
27
]
}
]
} | [
"thousands"
] |
SQuAD | Supercomputers in particular often have highly unique architectures that differ significantly from the basic stored-program architecture and from general purpose computers. They often feature thousands of CPUs, customized high-speed interconnects, and specialized computing hardware. Such designs tend to be useful only ... | {
"tokens": [
"Supercomputers",
"in",
"particular",
"often",
"have",
"highly",
"unique",
"architectures",
"that",
"differ",
"significantly",
"from",
"the",
"basic",
"stored",
"-",
"program",
"architecture",
"and",
"from",
"general",
... | aa0dc03f37bb434b98a1ea034fa91f47 | What is the name of a computer that has many CPUs and much more powerful? | {
"tokens": [
"What",
"is",
"the",
"name",
"of",
"a",
"computer",
"that",
"has",
"many",
"CPUs",
"and",
"much",
"more",
"powerful",
"?"
],
"offsets": [
0,
5,
8,
12,
17,
20,
22,
31,
36,
40,
45,
50,
5... | {
"text": [
"Supercomputers"
],
"char_spans": [
{
"start": [
0,
463
],
"end": [
13,
476
]
}
],
"token_spans": [
{
"start": [
0,
72
],
"end": [
0,
72
]
}
]
} | [
"Supercomputers"
] |
SQuAD | At the University of Manchester, a team under the leadership of Tom Kilburn designed and built a machine using the newly developed transistors instead of valves. Their first transistorised computer and the first in the world, was operational by 1953, and a second version was completed there in April 1955. However, the ... | {
"tokens": [
"At",
"the",
"University",
"of",
"Manchester",
",",
"a",
"team",
"under",
"the",
"leadership",
"of",
"Tom",
"Kilburn",
"designed",
"and",
"built",
"a",
"machine",
"using",
"the",
"newly",
"developed",
"transi... | 7406c7d17c684452b88753905666124d | At the University of Manchester, who oversaw the building of a computer using transistors instead of valves? | {
"tokens": [
"At",
"the",
"University",
"of",
"Manchester",
",",
"who",
"oversaw",
"the",
"building",
"of",
"a",
"computer",
"using",
"transistors",
"instead",
"of",
"valves",
"?"
],
"offsets": [
0,
3,
7,
18,
21,
... | {
"text": [
"Tom Kilburn"
],
"char_spans": [
{
"start": [
64
],
"end": [
74
]
}
],
"token_spans": [
{
"start": [
12
],
"end": [
13
]
}
]
} | [
"Tom Kilburn"
] |
SQuAD | At the University of Manchester, a team under the leadership of Tom Kilburn designed and built a machine using the newly developed transistors instead of valves. Their first transistorised computer and the first in the world, was operational by 1953, and a second version was completed there in April 1955. However, the ... | {
"tokens": [
"At",
"the",
"University",
"of",
"Manchester",
",",
"a",
"team",
"under",
"the",
"leadership",
"of",
"Tom",
"Kilburn",
"designed",
"and",
"built",
"a",
"machine",
"using",
"the",
"newly",
"developed",
"transi... | 8c9e1fcce8b44a8f887a8ee0bfc74d8c | The first transistorised computer was operational in what year? | {
"tokens": [
"The",
"first",
"transistorised",
"computer",
"was",
"operational",
"in",
"what",
"year",
"?"
],
"offsets": [
0,
4,
10,
25,
34,
38,
50,
53,
58,
62
]
} | {
"text": [
"1953"
],
"char_spans": [
{
"start": [
245
],
"end": [
248
]
}
],
"token_spans": [
{
"start": [
42
],
"end": [
42
]
}
]
} | [
"1953"
] |
SQuAD | At the University of Manchester, a team under the leadership of Tom Kilburn designed and built a machine using the newly developed transistors instead of valves. Their first transistorised computer and the first in the world, was operational by 1953, and a second version was completed there in April 1955. However, the ... | {
"tokens": [
"At",
"the",
"University",
"of",
"Manchester",
",",
"a",
"team",
"under",
"the",
"leadership",
"of",
"Tom",
"Kilburn",
"designed",
"and",
"built",
"a",
"machine",
"using",
"the",
"newly",
"developed",
"transi... | bc34736d872c419a8ec7e8ecb774854e | What did the machine use to generate its clock waveforms? | {
"tokens": [
"What",
"did",
"the",
"machine",
"use",
"to",
"generate",
"its",
"clock",
"waveforms",
"?"
],
"offsets": [
0,
5,
9,
13,
21,
25,
28,
37,
41,
47,
56
]
} | {
"text": [
"valves"
],
"char_spans": [
{
"start": [
344
],
"end": [
349
]
}
],
"token_spans": [
{
"start": [
63
],
"end": [
63
]
}
]
} | [
"valves"
] |
SQuAD | At the University of Manchester, a team under the leadership of Tom Kilburn designed and built a machine using the newly developed transistors instead of valves. Their first transistorised computer and the first in the world, was operational by 1953, and a second version was completed there in April 1955. However, the ... | {
"tokens": [
"At",
"the",
"University",
"of",
"Manchester",
",",
"a",
"team",
"under",
"the",
"leadership",
"of",
"Tom",
"Kilburn",
"designed",
"and",
"built",
"a",
"machine",
"using",
"the",
"newly",
"developed",
"transi... | d347bd643d9d4419b9db4bbf871317f7 | Who built the Harwell CADET? | {
"tokens": [
"Who",
"built",
"the",
"Harwell",
"CADET",
"?"
],
"offsets": [
0,
4,
10,
14,
22,
27
]
} | {
"text": [
"electronics division of the Atomic Energy Research Establishment at Harwell"
],
"char_spans": [
{
"start": [
584
],
"end": [
658
]
}
],
"token_spans": [
{
"start": [
108
],
"end": [
117
]
}
]
} | [
"electronics division of the Atomic Energy Research Establishment at Harwell"
] |
SQuAD | At the University of Manchester, a team under the leadership of Tom Kilburn designed and built a machine using the newly developed transistors instead of valves. Their first transistorised computer and the first in the world, was operational by 1953, and a second version was completed there in April 1955. However, the ... | {
"tokens": [
"At",
"the",
"University",
"of",
"Manchester",
",",
"a",
"team",
"under",
"the",
"leadership",
"of",
"Tom",
"Kilburn",
"designed",
"and",
"built",
"a",
"machine",
"using",
"the",
"newly",
"developed",
"transi... | 6bd230876624425c865a837712fe7314 | In what year was the Harwell CADET built? | {
"tokens": [
"In",
"what",
"year",
"was",
"the",
"Harwell",
"CADET",
"built",
"?"
],
"offsets": [
0,
3,
8,
13,
17,
21,
29,
35,
40
]
} | {
"text": [
"1955"
],
"char_spans": [
{
"start": [
565
],
"end": [
568
]
}
],
"token_spans": [
{
"start": [
103
],
"end": [
103
]
}
]
} | [
"1955"
] |
SQuAD | The term hardware covers all of those parts of a computer that are tangible objects. Circuits, displays, power supplies, cables, keyboards, printers and mice are all hardware. | {
"tokens": [
"The",
"term",
"hardware",
"covers",
"all",
"of",
"those",
"parts",
"of",
"a",
"computer",
"that",
"are",
"tangible",
"objects",
".",
"Circuits",
",",
"displays",
",",
"power",
"supplies",
",",
"cables",
... | c0d7319d02c343349431d819170d2f44 | Parts of a computer that are real objects are collectively known as what? | {
"tokens": [
"Parts",
"of",
"a",
"computer",
"that",
"are",
"real",
"objects",
"are",
"collectively",
"known",
"as",
"what",
"?"
],
"offsets": [
0,
6,
9,
11,
20,
25,
29,
34,
42,
46,
59,
65,
68,
72
]
... | {
"text": [
"hardware"
],
"char_spans": [
{
"start": [
9
],
"end": [
16
]
}
],
"token_spans": [
{
"start": [
2
],
"end": [
2
]
}
]
} | [
"hardware"
] |
SQuAD | In the post-apartheid era, the Constitution of South Africa has declared the country to be a "Non-racial democracy". In an effort to redress past injustices, the ANC government has introduced laws in support of affirmative action policies for Blacks; under these they define "Black" people to include "Africans", "Colour... | {
"tokens": [
"In",
"the",
"post",
"-",
"apartheid",
"era",
",",
"the",
"Constitution",
"of",
"South",
"Africa",
"has",
"declared",
"the",
"country",
"to",
"be",
"a",
"\"",
"Non",
"-",
"racial",
"democracy",
"\"",
... | ee368ece1e134baeb5148c704b79d01b | What laws did they introduce to support blacks? | {
"tokens": [
"What",
"laws",
"did",
"they",
"introduce",
"to",
"support",
"blacks",
"?"
],
"offsets": [
0,
5,
10,
14,
19,
29,
32,
40,
46
]
} | {
"text": [
"affirmative action policies"
],
"char_spans": [
{
"start": [
211
],
"end": [
237
]
}
],
"token_spans": [
{
"start": [
43
],
"end": [
45
]
}
]
} | [
"affirmative action policies"
] |
SQuAD | In the post-apartheid era, the Constitution of South Africa has declared the country to be a "Non-racial democracy". In an effort to redress past injustices, the ANC government has introduced laws in support of affirmative action policies for Blacks; under these they define "Black" people to include "Africans", "Colour... | {
"tokens": [
"In",
"the",
"post",
"-",
"apartheid",
"era",
",",
"the",
"Constitution",
"of",
"South",
"Africa",
"has",
"declared",
"the",
"country",
"to",
"be",
"a",
"\"",
"Non",
"-",
"racial",
"democracy",
"\"",
... | c97bed55ebcf4473ab032f881b5a50e2 | Who does the term "black" people include? | {
"tokens": [
"Who",
"does",
"the",
"term",
"\"",
"black",
"\"",
"people",
"include",
"?"
],
"offsets": [
0,
4,
9,
13,
18,
19,
24,
26,
33,
40
]
} | {
"text": [
"\"Africans\", \"Coloureds\" and \"Asians\""
],
"char_spans": [
{
"start": [
301
],
"end": [
336
]
}
],
"token_spans": [
{
"start": [
59
],
"end": [
69
]
}
]
} | [
"\"Africans\", \"Coloureds\" and \"Asians\""
] |
SQuAD | In the post-apartheid era, the Constitution of South Africa has declared the country to be a "Non-racial democracy". In an effort to redress past injustices, the ANC government has introduced laws in support of affirmative action policies for Blacks; under these they define "Black" people to include "Africans", "Colour... | {
"tokens": [
"In",
"the",
"post",
"-",
"apartheid",
"era",
",",
"the",
"Constitution",
"of",
"South",
"Africa",
"has",
"declared",
"the",
"country",
"to",
"be",
"a",
"\"",
"Non",
"-",
"racial",
"democracy",
"\"",
... | d67fed7802a2413ca86f16e9bb278b92 | What did South Africa's Constitution Declare to be? | {
"tokens": [
"What",
"did",
"South",
"Africa",
"'s",
"Constitution",
"Declare",
"to",
"be",
"?"
],
"offsets": [
0,
5,
9,
15,
21,
24,
37,
45,
48,
50
]
} | {
"text": [
"a \"Non-racial democracy\""
],
"char_spans": [
{
"start": [
91
],
"end": [
114
]
}
],
"token_spans": [
{
"start": [
18
],
"end": [
24
]
}
]
} | [
"a \"Non-racial democracy\""
] |
SQuAD | In the post-apartheid era, the Constitution of South Africa has declared the country to be a "Non-racial democracy". In an effort to redress past injustices, the ANC government has introduced laws in support of affirmative action policies for Blacks; under these they define "Black" people to include "Africans", "Colour... | {
"tokens": [
"In",
"the",
"post",
"-",
"apartheid",
"era",
",",
"the",
"Constitution",
"of",
"South",
"Africa",
"has",
"declared",
"the",
"country",
"to",
"be",
"a",
"\"",
"Non",
"-",
"racial",
"democracy",
"\"",
... | 38d8792635164d8a8ce1624ae2d660a8 | Who is favored more under the affirmative action policies? | {
"tokens": [
"Who",
"is",
"favored",
"more",
"under",
"the",
"affirmative",
"action",
"policies",
"?"
],
"offsets": [
0,
4,
7,
15,
20,
26,
30,
42,
49,
57
]
} | {
"text": [
"\"Africans"
],
"char_spans": [
{
"start": [
378
],
"end": [
386
]
}
],
"token_spans": [
{
"start": [
76
],
"end": [
77
]
}
]
} | [
"\"Africans"
] |
SQuAD | Firmware is the technology which has the combination of both hardware and software such as BIOS chip inside a computer. This chip (hardware) is located on the motherboard and has the BIOS set up (software) stored in it. | {
"tokens": [
"Firmware",
"is",
"the",
"technology",
"which",
"has",
"the",
"combination",
"of",
"both",
"hardware",
"and",
"software",
"such",
"as",
"BIOS",
"chip",
"inside",
"a",
"computer",
".",
"This",
"chip",
"(",
... | 11b0dec42e124075b78e786740529eb8 | A BIOS chip is located where in a computer? | {
"tokens": [
"A",
"BIOS",
"chip",
"is",
"located",
"where",
"in",
"a",
"computer",
"?"
],
"offsets": [
0,
2,
7,
12,
15,
23,
29,
32,
34,
42
]
} | {
"text": [
"the motherboard"
],
"char_spans": [
{
"start": [
155
],
"end": [
169
]
}
],
"token_spans": [
{
"start": [
29
],
"end": [
30
]
}
]
} | [
"the motherboard"
] |
SQuAD | Firmware is the technology which has the combination of both hardware and software such as BIOS chip inside a computer. This chip (hardware) is located on the motherboard and has the BIOS set up (software) stored in it. | {
"tokens": [
"Firmware",
"is",
"the",
"technology",
"which",
"has",
"the",
"combination",
"of",
"both",
"hardware",
"and",
"software",
"such",
"as",
"BIOS",
"chip",
"inside",
"a",
"computer",
".",
"This",
"chip",
"(",
... | 50a74acd19474889a672fb10e5723f97 | What type of software is stored in a BIOS chip? | {
"tokens": [
"What",
"type",
"of",
"software",
"is",
"stored",
"in",
"a",
"BIOS",
"chip",
"?"
],
"offsets": [
0,
5,
10,
13,
22,
25,
32,
35,
37,
42,
46
]
} | {
"text": [
"BIOS set up"
],
"char_spans": [
{
"start": [
183
],
"end": [
193
]
}
],
"token_spans": [
{
"start": [
34
],
"end": [
36
]
}
]
} | [
"BIOS set up"
] |
SQuAD | With the continued miniaturization of computing resources, and advancements in portable battery life, portable computers grew in popularity in the 2000s. The same developments that spurred the growth of laptop computers and other portable computers allowed manufacturers to integrate computing resources into cellular ph... | {
"tokens": [
"With",
"the",
"continued",
"miniaturization",
"of",
"computing",
"resources",
",",
"and",
"advancements",
"in",
"portable",
"battery",
"life",
",",
"portable",
"computers",
"grew",
"in",
"popularity",
"in",
"the",
... | 13695958615c49efa432ecdbca279448 | Computing resources that are created in cell phones are called what? | {
"tokens": [
"Computing",
"resources",
"that",
"are",
"created",
"in",
"cell",
"phones",
"are",
"called",
"what",
"?"
],
"offsets": [
0,
10,
20,
25,
29,
37,
40,
45,
52,
56,
63,
67
]
} | {
"text": [
"smartphones"
],
"char_spans": [
{
"start": [
342
],
"end": [
352
]
}
],
"token_spans": [
{
"start": [
52
],
"end": [
52
]
}
]
} | [
"smartphones"
] |
SQuAD | With the continued miniaturization of computing resources, and advancements in portable battery life, portable computers grew in popularity in the 2000s. The same developments that spurred the growth of laptop computers and other portable computers allowed manufacturers to integrate computing resources into cellular ph... | {
"tokens": [
"With",
"the",
"continued",
"miniaturization",
"of",
"computing",
"resources",
",",
"and",
"advancements",
"in",
"portable",
"battery",
"life",
",",
"portable",
"computers",
"grew",
"in",
"popularity",
"in",
"the",
... | f3f4227ee09d4512bd167e2f33e246a9 | How many tablets were sold in 2Q 2013? | {
"tokens": [
"How",
"many",
"tablets",
"were",
"sold",
"in",
"2Q",
"2013",
"?"
],
"offsets": [
0,
4,
9,
17,
22,
27,
30,
33,
37
]
} | {
"text": [
"237 million devices"
],
"char_spans": [
{
"start": [
522
],
"end": [
540
]
}
],
"token_spans": [
{
"start": [
80
],
"end": [
82
]
}
]
} | [
"237 million devices"
] |
SQuAD | When unprocessed data is sent to the computer with the help of input devices, the data is processed and sent to output devices. The input devices may be hand-operated or automated. The act of processing is mainly regulated by the CPU. Some examples of hand-operated input devices are: | {
"tokens": [
"When",
"unprocessed",
"data",
"is",
"sent",
"to",
"the",
"computer",
"with",
"the",
"help",
"of",
"input",
"devices",
",",
"the",
"data",
"is",
"processed",
"and",
"sent",
"to",
"output",
"devices",
".",... | 97fe924839f84413889628a6a004a2a5 | Processing data from input and output devices is typically done by what? | {
"tokens": [
"Processing",
"data",
"from",
"input",
"and",
"output",
"devices",
"is",
"typically",
"done",
"by",
"what",
"?"
],
"offsets": [
0,
11,
16,
21,
27,
31,
38,
46,
49,
59,
64,
67,
71
]
} | {
"text": [
"CPU"
],
"char_spans": [
{
"start": [
230
],
"end": [
232
]
}
],
"token_spans": [
{
"start": [
45
],
"end": [
45
]
}
]
} | [
"CPU"
] |
SQuAD | When unprocessed data is sent to the computer with the help of input devices, the data is processed and sent to output devices. The input devices may be hand-operated or automated. The act of processing is mainly regulated by the CPU. Some examples of hand-operated input devices are: | {
"tokens": [
"When",
"unprocessed",
"data",
"is",
"sent",
"to",
"the",
"computer",
"with",
"the",
"help",
"of",
"input",
"devices",
",",
"the",
"data",
"is",
"processed",
"and",
"sent",
"to",
"output",
"devices",
".",... | 7eec94bed5c34ef291b87cf8dadac290 | Where is the data from input devices sent to after being processed? | {
"tokens": [
"Where",
"is",
"the",
"data",
"from",
"input",
"devices",
"sent",
"to",
"after",
"being",
"processed",
"?"
],
"offsets": [
0,
6,
9,
13,
18,
23,
29,
37,
42,
45,
51,
57,
66
]
} | {
"text": [
"output devices"
],
"char_spans": [
{
"start": [
112
],
"end": [
125
]
}
],
"token_spans": [
{
"start": [
22
],
"end": [
23
]
}
]
} | [
"output devices"
] |
SQuAD | Software refers to parts of the computer which do not have a material form, such as programs, data, protocols, etc. When software is stored in hardware that cannot easily be modified (such as BIOS ROM in an IBM PC compatible), it is sometimes called "firmware". | {
"tokens": [
"Software",
"refers",
"to",
"parts",
"of",
"the",
"computer",
"which",
"do",
"not",
"have",
"a",
"material",
"form",
",",
"such",
"as",
"programs",
",",
"data",
",",
"protocols",
",",
"etc",
".",
"Whe... | 03663dca580e471f99a38e42fe28337b | Parts of a computer that are not material objects are collectively known as what? | {
"tokens": [
"Parts",
"of",
"a",
"computer",
"that",
"are",
"not",
"material",
"objects",
"are",
"collectively",
"known",
"as",
"what",
"?"
],
"offsets": [
0,
6,
9,
11,
20,
25,
29,
33,
42,
50,
54,
67,
... | {
"text": [
"Software"
],
"char_spans": [
{
"start": [
0,
121
],
"end": [
7,
128
]
}
],
"token_spans": [
{
"start": [
0,
26
],
"end": [
0,
26
]
}
]
} | [
"Software"
] |
SQuAD | Software refers to parts of the computer which do not have a material form, such as programs, data, protocols, etc. When software is stored in hardware that cannot easily be modified (such as BIOS ROM in an IBM PC compatible), it is sometimes called "firmware". | {
"tokens": [
"Software",
"refers",
"to",
"parts",
"of",
"the",
"computer",
"which",
"do",
"not",
"have",
"a",
"material",
"form",
",",
"such",
"as",
"programs",
",",
"data",
",",
"protocols",
",",
"etc",
".",
"Whe... | fb20fd9b7af5457bb8c6c12dedd1a1f0 | Software stored in hardware that cannot be changed easily is called what? | {
"tokens": [
"Software",
"stored",
"in",
"hardware",
"that",
"can",
"not",
"be",
"changed",
"easily",
"is",
"called",
"what",
"?"
],
"offsets": [
0,
9,
16,
19,
28,
33,
36,
40,
43,
51,
58,
61,
68,
72
... | {
"text": [
"firmware"
],
"char_spans": [
{
"start": [
251
],
"end": [
258
]
}
],
"token_spans": [
{
"start": [
54
],
"end": [
54
]
}
]
} | [
"firmware"
] |
SQuAD | Software refers to parts of the computer which do not have a material form, such as programs, data, protocols, etc. When software is stored in hardware that cannot easily be modified (such as BIOS ROM in an IBM PC compatible), it is sometimes called "firmware". | {
"tokens": [
"Software",
"refers",
"to",
"parts",
"of",
"the",
"computer",
"which",
"do",
"not",
"have",
"a",
"material",
"form",
",",
"such",
"as",
"programs",
",",
"data",
",",
"protocols",
",",
"etc",
".",
"Whe... | 285872491b6f4462a0aa98c843bce29e | What type of "ware" is a BIOS ROM in a PC? | {
"tokens": [
"What",
"type",
"of",
"\"",
"ware",
"\"",
"is",
"a",
"BIOS",
"ROM",
"in",
"a",
"PC",
"?"
],
"offsets": [
0,
5,
10,
13,
14,
18,
20,
23,
25,
30,
34,
37,
39,
41
]
} | {
"text": [
"software"
],
"char_spans": [
{
"start": [
121
],
"end": [
128
]
}
],
"token_spans": [
{
"start": [
26
],
"end": [
26
]
}
]
} | [
"software"
] |
SQuAD | Historically, computers evolved from mechanical computers and eventually from vacuum tubes to transistors. However, conceptually computational systems as flexible as a personal computer can be built out of almost anything. For example, a computer can be made out of billiard balls (billiard ball computer); an often quot... | {
"tokens": [
"Historically",
",",
"computers",
"evolved",
"from",
"mechanical",
"computers",
"and",
"eventually",
"from",
"vacuum",
"tubes",
"to",
"transistors",
".",
"However",
",",
"conceptually",
"computational",
"systems",
"as",
... | b1ec5effbec14826a922c082aa18ebbc | Vacuum tubes in early computers were replaced by what? | {
"tokens": [
"Vacuum",
"tubes",
"in",
"early",
"computers",
"were",
"replaced",
"by",
"what",
"?"
],
"offsets": [
0,
7,
13,
16,
22,
32,
37,
46,
49,
53
]
} | {
"text": [
"transistors"
],
"char_spans": [
{
"start": [
94
],
"end": [
104
]
}
],
"token_spans": [
{
"start": [
13
],
"end": [
13
]
}
]
} | [
"transistors"
] |
SQuAD | Historically, computers evolved from mechanical computers and eventually from vacuum tubes to transistors. However, conceptually computational systems as flexible as a personal computer can be built out of almost anything. For example, a computer can be made out of billiard balls (billiard ball computer); an often quot... | {
"tokens": [
"Historically",
",",
"computers",
"evolved",
"from",
"mechanical",
"computers",
"and",
"eventually",
"from",
"vacuum",
"tubes",
"to",
"transistors",
".",
"However",
",",
"conceptually",
"computational",
"systems",
"as",
... | cc161ef9e91a475ba82a632a4fb52f4e | Transistors are typically made up of what today? | {
"tokens": [
"Transistors",
"are",
"typically",
"made",
"up",
"of",
"what",
"today",
"?"
],
"offsets": [
0,
12,
16,
26,
31,
34,
37,
42,
47
]
} | {
"text": [
"photolithographed semiconductors"
],
"char_spans": [
{
"start": [
422
],
"end": [
453
]
}
],
"token_spans": [
{
"start": [
70
],
"end": [
71
]
}
]
} | [
"photolithographed semiconductors"
] |
SQuAD | Historically, computers evolved from mechanical computers and eventually from vacuum tubes to transistors. However, conceptually computational systems as flexible as a personal computer can be built out of almost anything. For example, a computer can be made out of billiard balls (billiard ball computer); an often quot... | {
"tokens": [
"Historically",
",",
"computers",
"evolved",
"from",
"mechanical",
"computers",
"and",
"eventually",
"from",
"vacuum",
"tubes",
"to",
"transistors",
".",
"However",
",",
"conceptually",
"computational",
"systems",
"as",
... | 1f5b46d0b8664b029e3d47131c71dd31 | A computer that is made using pool balls is known as what? | {
"tokens": [
"A",
"computer",
"that",
"is",
"made",
"using",
"pool",
"balls",
"is",
"known",
"as",
"what",
"?"
],
"offsets": [
0,
2,
11,
16,
19,
24,
30,
35,
41,
44,
50,
53,
57
]
} | {
"text": [
"billiard ball computer)"
],
"char_spans": [
{
"start": [
282
],
"end": [
304
]
}
],
"token_spans": [
{
"start": [
47
],
"end": [
50
]
}
]
} | [
"billiard ball computer)"
] |
SQuAD | The Romans interacted with and later conquered parts of Mauretania, an early state that covered modern Morocco, western Algeria, and the Spanish cities Ceuta and Melilla during the classical period. The people of the region were noted in Classical literature as Mauri, which was subsequently rendered as Moors in English... | {
"tokens": [
"The",
"Romans",
"interacted",
"with",
"and",
"later",
"conquered",
"parts",
"of",
"Mauretania",
",",
"an",
"early",
"state",
"that",
"covered",
"modern",
"Morocco",
",",
"western",
"Algeria",
",",
"and",
"th... | 6c7aa3e6087c4efab3e4c72d27d5c56c | What made up Mauretania? | {
"tokens": [
"What",
"made",
"up",
"Mauretania",
"?"
],
"offsets": [
0,
5,
10,
13,
23
]
} | {
"text": [
"Morocco, western Algeria, and the Spanish cities Ceuta and Melilla"
],
"char_spans": [
{
"start": [
103
],
"end": [
168
]
}
],
"token_spans": [
{
"start": [
17
],
"end": [
28
]
}
]
} | [
"Morocco, western Algeria, and the Spanish cities Ceuta and Melilla"
] |
SQuAD | The Romans interacted with and later conquered parts of Mauretania, an early state that covered modern Morocco, western Algeria, and the Spanish cities Ceuta and Melilla during the classical period. The people of the region were noted in Classical literature as Mauri, which was subsequently rendered as Moors in English... | {
"tokens": [
"The",
"Romans",
"interacted",
"with",
"and",
"later",
"conquered",
"parts",
"of",
"Mauretania",
",",
"an",
"early",
"state",
"that",
"covered",
"modern",
"Morocco",
",",
"western",
"Algeria",
",",
"and",
"th... | 6c426d93a2394541b0970bb7d1f653ca | Who conquered parts of Mauretania? | {
"tokens": [
"Who",
"conquered",
"parts",
"of",
"Mauretania",
"?"
],
"offsets": [
0,
4,
14,
20,
23,
33
]
} | {
"text": [
"The Romans"
],
"char_spans": [
{
"start": [
4
],
"end": [
9
]
}
],
"token_spans": [
{
"start": [
1
],
"end": [
1
]
}
]
} | [
"The Romans"
] |
SQuAD | The Romans interacted with and later conquered parts of Mauretania, an early state that covered modern Morocco, western Algeria, and the Spanish cities Ceuta and Melilla during the classical period. The people of the region were noted in Classical literature as Mauri, which was subsequently rendered as Moors in English... | {
"tokens": [
"The",
"Romans",
"interacted",
"with",
"and",
"later",
"conquered",
"parts",
"of",
"Mauretania",
",",
"an",
"early",
"state",
"that",
"covered",
"modern",
"Morocco",
",",
"western",
"Algeria",
",",
"and",
"th... | c913c384f17d42b68f1ce283b3fb73aa | During what period did Mauretania exist? | {
"tokens": [
"During",
"what",
"period",
"did",
"Mauretania",
"exist",
"?"
],
"offsets": [
0,
7,
12,
19,
23,
34,
39
]
} | {
"text": [
"the classical period."
],
"char_spans": [
{
"start": [
177
],
"end": [
197
]
}
],
"token_spans": [
{
"start": [
30
],
"end": [
33
]
}
]
} | [
"the classical period."
] |
SQuAD | The Romans interacted with and later conquered parts of Mauretania, an early state that covered modern Morocco, western Algeria, and the Spanish cities Ceuta and Melilla during the classical period. The people of the region were noted in Classical literature as Mauri, which was subsequently rendered as Moors in English... | {
"tokens": [
"The",
"Romans",
"interacted",
"with",
"and",
"later",
"conquered",
"parts",
"of",
"Mauretania",
",",
"an",
"early",
"state",
"that",
"covered",
"modern",
"Morocco",
",",
"western",
"Algeria",
",",
"and",
"th... | 766d0d1e867e41ff92b41f5354106565 | Where were the people of the region noted? | {
"tokens": [
"Where",
"were",
"the",
"people",
"of",
"the",
"region",
"noted",
"?"
],
"offsets": [
0,
6,
11,
15,
22,
25,
29,
36,
41
]
} | {
"text": [
"in Classical literature"
],
"char_spans": [
{
"start": [
235
],
"end": [
257
]
}
],
"token_spans": [
{
"start": [
41
],
"end": [
43
]
}
]
} | [
"in Classical literature"
] |
SQuAD | The Romans interacted with and later conquered parts of Mauretania, an early state that covered modern Morocco, western Algeria, and the Spanish cities Ceuta and Melilla during the classical period. The people of the region were noted in Classical literature as Mauri, which was subsequently rendered as Moors in English... | {
"tokens": [
"The",
"Romans",
"interacted",
"with",
"and",
"later",
"conquered",
"parts",
"of",
"Mauretania",
",",
"an",
"early",
"state",
"that",
"covered",
"modern",
"Morocco",
",",
"western",
"Algeria",
",",
"and",
"th... | 9f81af43143e4ce7b057911c708bc55e | What is Mauri in English? | {
"tokens": [
"What",
"is",
"Mauri",
"in",
"English",
"?"
],
"offsets": [
0,
5,
8,
14,
17,
24
]
} | {
"text": [
"Moors"
],
"char_spans": [
{
"start": [
304
],
"end": [
308
]
}
],
"token_spans": [
{
"start": [
52
],
"end": [
52
]
}
]
} | [
"Moors"
] |
SQuAD | In the 18th century, the Moroccan Sultan Moulay Ismail "the Bloodthirsty" (1672–1727) raised a corps of 150,000 black slaves, called his Black Guard, who coerced the country into submission. | {
"tokens": [
"In",
"the",
"18th",
"century",
",",
"the",
"Moroccan",
"Sultan",
"Moulay",
"Ismail",
"\"",
"the",
"Bloodthirsty",
"\"",
"(",
"1672–1727",
")",
"raised",
"a",
"corps",
"of",
"150,000",
"black",
"slaves",
... | f22cef01c5b8452284cf5f39bf670ac9 | When did Moroccan Sultan Moulay Ismail live? | {
"tokens": [
"When",
"did",
"Moroccan",
"Sultan",
"Moulay",
"Ismail",
"live",
"?"
],
"offsets": [
0,
5,
9,
18,
25,
32,
39,
43
]
} | {
"text": [
"(1672–1727)"
],
"char_spans": [
{
"start": [
74
],
"end": [
84
]
}
],
"token_spans": [
{
"start": [
14
],
"end": [
16
]
}
]
} | [
"(1672–1727)"
] |
SQuAD | In the 18th century, the Moroccan Sultan Moulay Ismail "the Bloodthirsty" (1672–1727) raised a corps of 150,000 black slaves, called his Black Guard, who coerced the country into submission. | {
"tokens": [
"In",
"the",
"18th",
"century",
",",
"the",
"Moroccan",
"Sultan",
"Moulay",
"Ismail",
"\"",
"the",
"Bloodthirsty",
"\"",
"(",
"1672–1727",
")",
"raised",
"a",
"corps",
"of",
"150,000",
"black",
"slaves",
... | e39cb6627e9d443e8c8d6aafb8870286 | How many black slaves did he own? | {
"tokens": [
"How",
"many",
"black",
"slaves",
"did",
"he",
"own",
"?"
],
"offsets": [
0,
4,
9,
15,
22,
26,
29,
32
]
} | {
"text": [
"150,000"
],
"char_spans": [
{
"start": [
104
],
"end": [
110
]
}
],
"token_spans": [
{
"start": [
21
],
"end": [
21
]
}
]
} | [
"150,000"
] |
SQuAD | In the 18th century, the Moroccan Sultan Moulay Ismail "the Bloodthirsty" (1672–1727) raised a corps of 150,000 black slaves, called his Black Guard, who coerced the country into submission. | {
"tokens": [
"In",
"the",
"18th",
"century",
",",
"the",
"Moroccan",
"Sultan",
"Moulay",
"Ismail",
"\"",
"the",
"Bloodthirsty",
"\"",
"(",
"1672–1727",
")",
"raised",
"a",
"corps",
"of",
"150,000",
"black",
"slaves",
... | 4aa34e88efb24ddf9ba61e20dcb58f2a | What did he call his slave army? | {
"tokens": [
"What",
"did",
"he",
"call",
"his",
"slave",
"army",
"?"
],
"offsets": [
0,
5,
9,
12,
17,
21,
27,
31
]
} | {
"text": [
"Black Guard"
],
"char_spans": [
{
"start": [
137
],
"end": [
147
]
}
],
"token_spans": [
{
"start": [
27
],
"end": [
28
]
}
]
} | [
"Black Guard"
] |
SQuAD | In the 18th century, the Moroccan Sultan Moulay Ismail "the Bloodthirsty" (1672–1727) raised a corps of 150,000 black slaves, called his Black Guard, who coerced the country into submission. | {
"tokens": [
"In",
"the",
"18th",
"century",
",",
"the",
"Moroccan",
"Sultan",
"Moulay",
"Ismail",
"\"",
"the",
"Bloodthirsty",
"\"",
"(",
"1672–1727",
")",
"raised",
"a",
"corps",
"of",
"150,000",
"black",
"slaves",
... | ce148ce521524cad9524a5bf2041fcdf | What did the Black Guard do? | {
"tokens": [
"What",
"did",
"the",
"Black",
"Guard",
"do",
"?"
],
"offsets": [
0,
5,
9,
13,
19,
25,
27
]
} | {
"text": [
"coerced the country into submission."
],
"char_spans": [
{
"start": [
154
],
"end": [
189
]
}
],
"token_spans": [
{
"start": [
31
],
"end": [
36
]
}
]
} | [
"coerced the country into submission."
] |
SQuAD | In the 18th century, the Moroccan Sultan Moulay Ismail "the Bloodthirsty" (1672–1727) raised a corps of 150,000 black slaves, called his Black Guard, who coerced the country into submission. | {
"tokens": [
"In",
"the",
"18th",
"century",
",",
"the",
"Moroccan",
"Sultan",
"Moulay",
"Ismail",
"\"",
"the",
"Bloodthirsty",
"\"",
"(",
"1672–1727",
")",
"raised",
"a",
"corps",
"of",
"150,000",
"black",
"slaves",
... | 78d988fd70624c728d61ed765abe3b9a | When did the Black Guard exist? | {
"tokens": [
"When",
"did",
"the",
"Black",
"Guard",
"exist",
"?"
],
"offsets": [
0,
5,
9,
13,
19,
25,
30
]
} | {
"text": [
"In the 18th century"
],
"char_spans": [
{
"start": [
0
],
"end": [
18
]
}
],
"token_spans": [
{
"start": [
0
],
"end": [
3
]
}
]
} | [
"In the 18th century"
] |
SQuAD | In time, the network spread beyond academic and military institutions and became known as the Internet. The emergence of networking involved a redefinition of the nature and boundaries of the computer. Computer operating systems and applications were modified to include the ability to define and access the resources of... | {
"tokens": [
"In",
"time",
",",
"the",
"network",
"spread",
"beyond",
"academic",
"and",
"military",
"institutions",
"and",
"became",
"known",
"as",
"the",
"Internet",
".",
"The",
"emergence",
"of",
"networking",
"involved",
... | 33831cf0218c4cb09a992db1939bb7a1 | The network spread to be known as what today? | {
"tokens": [
"The",
"network",
"spread",
"to",
"be",
"known",
"as",
"what",
"today",
"?"
],
"offsets": [
0,
4,
12,
19,
22,
25,
31,
34,
39,
44
]
} | {
"text": [
"the Internet."
],
"char_spans": [
{
"start": [
90
],
"end": [
102
]
}
],
"token_spans": [
{
"start": [
15
],
"end": [
17
]
}
]
} | [
"the Internet."
] |
SQuAD | The ability to store and execute lists of instructions called programs makes computers extremely versatile, distinguishing them from calculators. The Church–Turing thesis is a mathematical statement of this versatility: any computer with a minimum capability (being Turing-complete) is, in principle, capable of performi... | {
"tokens": [
"The",
"ability",
"to",
"store",
"and",
"execute",
"lists",
"of",
"instructions",
"called",
"programs",
"makes",
"computers",
"extremely",
"versatile",
",",
"distinguishing",
"them",
"from",
"calculators",
".",
"The"... | 82a01f3b275b40fc9091e0dfb83e8fe4 | The ability to store and execute lists of instructions are called what? | {
"tokens": [
"The",
"ability",
"to",
"store",
"and",
"execute",
"lists",
"of",
"instructions",
"are",
"called",
"what",
"?"
],
"offsets": [
0,
4,
12,
15,
21,
25,
33,
39,
42,
55,
59,
66,
70
]
} | {
"text": [
"programs"
],
"char_spans": [
{
"start": [
62
],
"end": [
69
]
}
],
"token_spans": [
{
"start": [
10
],
"end": [
10
]
}
]
} | [
"programs"
] |
SQuAD | The ability to store and execute lists of instructions called programs makes computers extremely versatile, distinguishing them from calculators. The Church–Turing thesis is a mathematical statement of this versatility: any computer with a minimum capability (being Turing-complete) is, in principle, capable of performi... | {
"tokens": [
"The",
"ability",
"to",
"store",
"and",
"execute",
"lists",
"of",
"instructions",
"called",
"programs",
"makes",
"computers",
"extremely",
"versatile",
",",
"distinguishing",
"them",
"from",
"calculators",
".",
"The"... | 8c5d82c5a5ee472c9ab08d201f3b310a | The mathematical statement of computers versatility is known as what? | {
"tokens": [
"The",
"mathematical",
"statement",
"of",
"computers",
"versatility",
"is",
"known",
"as",
"what",
"?"
],
"offsets": [
0,
4,
17,
27,
30,
40,
52,
55,
61,
64,
68
]
} | {
"text": [
"The Church–Turing thesis"
],
"char_spans": [
{
"start": [
146
],
"end": [
169
]
}
],
"token_spans": [
{
"start": [
21
],
"end": [
25
]
}
]
} | [
"The Church–Turing thesis"
] |
SQuAD | According to Dr. Carlos Moore, resident scholar at Brazil's University of the State of Bahia, in the 21st century Afro-multiracials in the Arab world, including Arabs in North Africa, self-identify in ways that resemble multi-racials in Latin America. He claims that black-looking Arabs, much like black-looking Latin Am... | {
"tokens": [
"According",
"to",
"Dr.",
"Carlos",
"Moore",
",",
"resident",
"scholar",
"at",
"Brazil",
"'s",
"University",
"of",
"the",
"State",
"of",
"Bahia",
",",
"in",
"the",
"21st",
"century",
"Afro",
"-",
"multira... | 3e0664a3bdfe4567b4177fbe824b3e28 | Why would a black-looking Arab consider himself white? | {
"tokens": [
"Why",
"would",
"a",
"black",
"-",
"looking",
"Arab",
"consider",
"himself",
"white",
"?"
],
"offsets": [
0,
4,
10,
12,
17,
18,
26,
31,
40,
48,
53
]
} | {
"text": [
"because they have some distant white ancestry."
],
"char_spans": [
{
"start": [
355
],
"end": [
400
]
}
],
"token_spans": [
{
"start": [
69
],
"end": [
76
]
}
]
} | [
"because they have some distant white ancestry."
] |
SQuAD | According to Dr. Carlos Moore, resident scholar at Brazil's University of the State of Bahia, in the 21st century Afro-multiracials in the Arab world, including Arabs in North Africa, self-identify in ways that resemble multi-racials in Latin America. He claims that black-looking Arabs, much like black-looking Latin Am... | {
"tokens": [
"According",
"to",
"Dr.",
"Carlos",
"Moore",
",",
"resident",
"scholar",
"at",
"Brazil",
"'s",
"University",
"of",
"the",
"State",
"of",
"Bahia",
",",
"in",
"the",
"21st",
"century",
"Afro",
"-",
"multira... | 4ac76f4e5eeb4c46aba6ca00a82fb9ae | Where does Dr. Carlos Moore work? | {
"tokens": [
"Where",
"does",
"Dr.",
"Carlos",
"Moore",
"work",
"?"
],
"offsets": [
0,
6,
11,
15,
22,
28,
32
]
} | {
"text": [
"Brazil's University of the State of Bahia"
],
"char_spans": [
{
"start": [
51
],
"end": [
91
]
}
],
"token_spans": [
{
"start": [
9
],
"end": [
16
]
}
]
} | [
"Brazil's University of the State of Bahia"
] |
SQuAD | According to Dr. Carlos Moore, resident scholar at Brazil's University of the State of Bahia, in the 21st century Afro-multiracials in the Arab world, including Arabs in North Africa, self-identify in ways that resemble multi-racials in Latin America. He claims that black-looking Arabs, much like black-looking Latin Am... | {
"tokens": [
"According",
"to",
"Dr.",
"Carlos",
"Moore",
",",
"resident",
"scholar",
"at",
"Brazil",
"'s",
"University",
"of",
"the",
"State",
"of",
"Bahia",
",",
"in",
"the",
"21st",
"century",
"Afro",
"-",
"multira... | 3d166813d8234373ba090eeefd6e7a22 | How do Afro-multiracials identify in the 21st century? | {
"tokens": [
"How",
"do",
"Afro",
"-",
"multiracials",
"identify",
"in",
"the",
"21st",
"century",
"?"
],
"offsets": [
0,
4,
7,
11,
12,
25,
34,
37,
41,
46,
53
]
} | {
"text": [
"in ways that resemble multi-racials"
],
"char_spans": [
{
"start": [
198
],
"end": [
232
]
}
],
"token_spans": [
{
"start": [
39
],
"end": [
45
]
}
]
} | [
"in ways that resemble multi-racials"
] |
SQuAD | RAM can be read and written to anytime the CPU commands it, but ROM is preloaded with data and software that never changes, therefore the CPU can only read from it. ROM is typically used to store the computer's initial start-up instructions. In general, the contents of RAM are erased when the power to the computer is t... | {
"tokens": [
"RAM",
"can",
"be",
"read",
"and",
"written",
"to",
"anytime",
"the",
"CPU",
"commands",
"it",
",",
"but",
"ROM",
"is",
"preloaded",
"with",
"data",
"and",
"software",
"that",
"never",
"changes",
",",
... | 93e1ba509e0a4fa4be9a8951f35bc958 | What type of memory can a CPU only read from? | {
"tokens": [
"What",
"type",
"of",
"memory",
"can",
"a",
"CPU",
"only",
"read",
"from",
"?"
],
"offsets": [
0,
5,
10,
13,
20,
24,
26,
30,
35,
40,
44
]
} | {
"text": [
"ROM"
],
"char_spans": [
{
"start": [
64
],
"end": [
66
]
}
],
"token_spans": [
{
"start": [
14
],
"end": [
14
]
}
]
} | [
"ROM"
] |
SQuAD | RAM can be read and written to anytime the CPU commands it, but ROM is preloaded with data and software that never changes, therefore the CPU can only read from it. ROM is typically used to store the computer's initial start-up instructions. In general, the contents of RAM are erased when the power to the computer is t... | {
"tokens": [
"RAM",
"can",
"be",
"read",
"and",
"written",
"to",
"anytime",
"the",
"CPU",
"commands",
"it",
",",
"but",
"ROM",
"is",
"preloaded",
"with",
"data",
"and",
"software",
"that",
"never",
"changes",
",",
... | 26e3d93546634a199945be5ab7c44f9a | What type of memory can a CPU read and write from? | {
"tokens": [
"What",
"type",
"of",
"memory",
"can",
"a",
"CPU",
"read",
"and",
"write",
"from",
"?"
],
"offsets": [
0,
5,
10,
13,
20,
24,
26,
30,
35,
39,
45,
49
]
} | {
"text": [
"RAM"
],
"char_spans": [
{
"start": [
0,
968,
522,
270,
846
],
"end": [
2,
970,
524,
272,
848
]
}
],
"token_spans": [
{
"start": [
0,
186,
102,
... | [
"RAM"
] |
SQuAD | RAM can be read and written to anytime the CPU commands it, but ROM is preloaded with data and software that never changes, therefore the CPU can only read from it. ROM is typically used to store the computer's initial start-up instructions. In general, the contents of RAM are erased when the power to the computer is t... | {
"tokens": [
"RAM",
"can",
"be",
"read",
"and",
"written",
"to",
"anytime",
"the",
"CPU",
"commands",
"it",
",",
"but",
"ROM",
"is",
"preloaded",
"with",
"data",
"and",
"software",
"that",
"never",
"changes",
",",
... | 106788cb955a45ab9f4f42093e3d1fdb | What type of memory is always kept and kept the same? | {
"tokens": [
"What",
"type",
"of",
"memory",
"is",
"always",
"kept",
"and",
"kept",
"the",
"same",
"?"
],
"offsets": [
0,
5,
10,
13,
20,
23,
30,
35,
39,
44,
48,
52
]
} | {
"text": [
"ROM"
],
"char_spans": [
{
"start": [
335
],
"end": [
337
]
}
],
"token_spans": [
{
"start": [
69
],
"end": [
69
]
}
]
} | [
"ROM"
] |
SQuAD | RAM can be read and written to anytime the CPU commands it, but ROM is preloaded with data and software that never changes, therefore the CPU can only read from it. ROM is typically used to store the computer's initial start-up instructions. In general, the contents of RAM are erased when the power to the computer is t... | {
"tokens": [
"RAM",
"can",
"be",
"read",
"and",
"written",
"to",
"anytime",
"the",
"CPU",
"commands",
"it",
",",
"but",
"ROM",
"is",
"preloaded",
"with",
"data",
"and",
"software",
"that",
"never",
"changes",
",",
... | 8d301b5658954db4b8636ad5c4bf3b27 | A progam inside the ROM of a PC is called what? | {
"tokens": [
"A",
"progam",
"inside",
"the",
"ROM",
"of",
"a",
"PC",
"is",
"called",
"what",
"?"
],
"offsets": [
0,
2,
9,
16,
20,
24,
27,
29,
32,
35,
42,
46
]
} | {
"text": [
"the BIOS"
],
"char_spans": [
{
"start": [
425
],
"end": [
432
]
}
],
"token_spans": [
{
"start": [
86
],
"end": [
87
]
}
]
} | [
"the BIOS"
] |
SQuAD | RAM can be read and written to anytime the CPU commands it, but ROM is preloaded with data and software that never changes, therefore the CPU can only read from it. ROM is typically used to store the computer's initial start-up instructions. In general, the contents of RAM are erased when the power to the computer is t... | {
"tokens": [
"RAM",
"can",
"be",
"read",
"and",
"written",
"to",
"anytime",
"the",
"CPU",
"commands",
"it",
",",
"but",
"ROM",
"is",
"preloaded",
"with",
"data",
"and",
"software",
"that",
"never",
"changes",
",",
... | f159ef23316345b29910bd42acc21b93 | Software stored in ROM is called what usually? | {
"tokens": [
"Software",
"stored",
"in",
"ROM",
"is",
"called",
"what",
"usually",
"?"
],
"offsets": [
0,
9,
16,
19,
23,
26,
33,
38,
45
]
} | {
"text": [
"firmware,"
],
"char_spans": [
{
"start": [
726
],
"end": [
734
]
}
],
"token_spans": [
{
"start": [
142
],
"end": [
143
]
}
]
} | [
"firmware,"
] |
SQuAD | Egyptian President Anwar Sadat had a mother who was a dark-skinned Nubian Sudanese woman and a father who was a lighter-skinned Egyptian. In response to an advertisement for an acting position, as a young man he said, "I am not white but I am not exactly black either. My blackness is tending to reddish". | {
"tokens": [
"Egyptian",
"President",
"Anwar",
"Sadat",
"had",
"a",
"mother",
"who",
"was",
"a",
"dark",
"-",
"skinned",
"Nubian",
"Sudanese",
"woman",
"and",
"a",
"father",
"who",
"was",
"a",
"lighter",
"-",
"skinned... | 5201d41b8b424bdb908ae9ecd7b3384a | Who was the Egyptian President? | {
"tokens": [
"Who",
"was",
"the",
"Egyptian",
"President",
"?"
],
"offsets": [
0,
4,
8,
12,
21,
30
]
} | {
"text": [
"Anwar Sadat"
],
"char_spans": [
{
"start": [
19
],
"end": [
29
]
}
],
"token_spans": [
{
"start": [
2
],
"end": [
3
]
}
]
} | [
"Anwar Sadat"
] |
SQuAD | Egyptian President Anwar Sadat had a mother who was a dark-skinned Nubian Sudanese woman and a father who was a lighter-skinned Egyptian. In response to an advertisement for an acting position, as a young man he said, "I am not white but I am not exactly black either. My blackness is tending to reddish". | {
"tokens": [
"Egyptian",
"President",
"Anwar",
"Sadat",
"had",
"a",
"mother",
"who",
"was",
"a",
"dark",
"-",
"skinned",
"Nubian",
"Sudanese",
"woman",
"and",
"a",
"father",
"who",
"was",
"a",
"lighter",
"-",
"skinned... | bffe30d08e1642fa8e2fa20be322b368 | What ethnicity was his mother? | {
"tokens": [
"What",
"ethnicity",
"was",
"his",
"mother",
"?"
],
"offsets": [
0,
5,
15,
19,
23,
29
]
} | {
"text": [
"Nubian Sudanese"
],
"char_spans": [
{
"start": [
67
],
"end": [
81
]
}
],
"token_spans": [
{
"start": [
13
],
"end": [
14
]
}
]
} | [
"Nubian Sudanese"
] |
SQuAD | Egyptian President Anwar Sadat had a mother who was a dark-skinned Nubian Sudanese woman and a father who was a lighter-skinned Egyptian. In response to an advertisement for an acting position, as a young man he said, "I am not white but I am not exactly black either. My blackness is tending to reddish". | {
"tokens": [
"Egyptian",
"President",
"Anwar",
"Sadat",
"had",
"a",
"mother",
"who",
"was",
"a",
"dark",
"-",
"skinned",
"Nubian",
"Sudanese",
"woman",
"and",
"a",
"father",
"who",
"was",
"a",
"lighter",
"-",
"skinned... | 7e2f3e5dfa8545e2baecfdcd1db44cd9 | What ethnicity was his father? | {
"tokens": [
"What",
"ethnicity",
"was",
"his",
"father",
"?"
],
"offsets": [
0,
5,
15,
19,
23,
29
]
} | {
"text": [
"Egyptian"
],
"char_spans": [
{
"start": [
128
],
"end": [
135
]
}
],
"token_spans": [
{
"start": [
25
],
"end": [
25
]
}
]
} | [
"Egyptian"
] |
SQuAD | Egyptian President Anwar Sadat had a mother who was a dark-skinned Nubian Sudanese woman and a father who was a lighter-skinned Egyptian. In response to an advertisement for an acting position, as a young man he said, "I am not white but I am not exactly black either. My blackness is tending to reddish". | {
"tokens": [
"Egyptian",
"President",
"Anwar",
"Sadat",
"had",
"a",
"mother",
"who",
"was",
"a",
"dark",
"-",
"skinned",
"Nubian",
"Sudanese",
"woman",
"and",
"a",
"father",
"who",
"was",
"a",
"lighter",
"-",
"skinned... | 82fd4ea83de74ceda79cfc7d333252d1 | What color did he refer to himself as? | {
"tokens": [
"What",
"color",
"did",
"he",
"refer",
"to",
"himself",
"as",
"?"
],
"offsets": [
0,
5,
11,
15,
18,
24,
27,
35,
37
]
} | {
"text": [
"reddish"
],
"char_spans": [
{
"start": [
296
],
"end": [
302
]
}
],
"token_spans": [
{
"start": [
62
],
"end": [
62
]
}
]
} | [
"reddish"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.