answersLogoWhite

0


Best Answer

If one sees stack overflow at line 13 on the monitor, it means there has been an error. The website is not responding, therefore, one has to wait for a few minutes for the website to be functional again.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

A stack overflow at line 16 means that a program on your computer started to run, but then crashed. Stack overflows are usually caused by recent changes the computer or a malware infection.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does stack overflow at line 16 mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

How many register are located in 8088microprocessor?

there are 14 registers in 8088 micro processor. All the 14 are 16 bit registers. They are4 segment registers viz - code segment register, stack segment register, data segment register, extra segment register.general registers are - accumulator register i.e. AX, base register i.e. BX, count register i.e. CX, data register i.e. DX and stack pointer (SP), base pointer (BP).index registers are - source index(SI), destination index(DI),and the other registers are instruction pointer and flags register.


What component of the computer keeps track of the address in memory of the programming instruction being executed?

A stored-program computer at least needs to know which instruction it has to execute next. Other memory addresses of special significance are e.g. the top of one or more stacks, or addresses to be used by instructions.To keep track of such addresses, all CPUs have one or more registers; for instance the address of the next instruction is stored in the instruction pointer, a.k.a. program counter. Which and how many registers of a CPU are designated to keep addresses depends on the CPU type. The Z80 for instance has a program counter, a stack pointer, two index registers and an indirect address register doubling as 16 bit accumulator, while the contemporay 6502 only has a program counter and a stack pointer.


What are the features of spi protocol?

ANSWERI find it simplest to think of SPI as a way for two devices to trade the contents of their SPI registers. The master drives the clock (typically 8 or 16 clocks for 8 or 16 bit SPI registers) and when it has finished, the master's SPI register holds the value that the slave placed in its SPI register and the slave's SPI register holds the value that was in the master's SPI register.This requires three connections, a clock (driven by the master) and a data line from each device (master in/slave out, and master out/slave in).There are typically other connections required for practical purposes, such as interrupt and select lines.SPI is a synchronous protocol, so the clock signals do not have to be evenly spaced (constant frequency). The slave is only looking for the correct number of clock transitions.The master and slave must be set up to expect the data to be valid at the correct clock transitions (high-to-low or low-to-high). This is the concept of SPI "modes."Usually a slave device will trigger an internal interrupt when a new value arrives, and if the value is not read before a new value arrives, an overflow flag will be set, indicating the data has been lost.


A RISC computer has 16 global registers 10 windows 16 local registers per window and 16 common registers per window What is the window size and total number of registers?

304


How many bits must be reallocated from host ID to network ID to createe 16 subnets?

you need to reallocate 4 bits to creat 16 subnets. how do I get that? easy! 2 to the power of 4 gives us 16 subnets.