Price:
₹55,476 - ₹41,479.00(as of Jan 17,2023 04:39:39 UTC – Details )
Dell New Inspiron 3515 Windows Laptop, AMD Ryzen3-3250U, Win11 + Office’ 21, 8GB GDDR4, 1TB HDD + 256GB SSD, 15.6″ (39.62Cms) FHD AG, Carbon Black – D560798WIN9BE, 1.8Kgs
Software: Win 11 + Office H&S 2021; Display: 15.6″ FHD WVA AG Narrow Border
Ports: “2x USB 3.2 Gen1 ,1x USB 2.0, HDMI 1.4b, SD Card reader, Audio jack
WiFi & BT: 802.11ac 1×1 WiFi and Bluetooth
Wireless Communication Technology: Wi-Fi; Hard Disk Interface: Usb 3.2usb 2.0; Software Included: Microsoft Office 365
Complete Details of Dell New Inspiron 3515 Windows Laptop, AMD Ryzen3-3250U, Win11 + Office’ 21, 8GB GDDR4, 1TB HDD + 256GB SSD, 15.6″ (39.62Cms) FHD AG, Carbon Black – D560798WIN9BE, 1.8Kgs
Brand
Dell
Manufacturer
Dell India Pvt Ltd, Dell India Pvt Ltd
Series
Inspiron 3515
Colour
Carbon Black
Form Factor
Laptop
Item Height
19 Millimeters
Item Width
35.8 Centimeters
Standing screen display size
15.6
Product Dimensions
23.5 x 35.8 x 1.9 cm; 1.8 Kilograms
Batteries
1 Lithium Ion batteries required. (included)
Processor Brand
AMD
Processor Type
Ryzen 3
Processor Speed
2.6 GHz
Processor Count
1
RAM Size
8 GB
Memory Technology
DDR4
Maximum Memory Supported
32 GB
Hard Drive Size
1 TB
Hard Disk Description
SSD
Hard Drive Interface
USB 3.2
Graphics Chipset Brand
AMD
Graphics Card Description
Integrated
Graphics RAM Type
Shared
Graphics Card Ram Size
8 GB
Graphics Card Interface
Integrated
Connectivity Type
Bluetooth
Wireless Type
Bluetooth, 802.11ac
Number of USB 2.0 Ports
1
Number of USB 3.0 Ports
2
Optical Drive Type
CD-R
Operating System
Windows
Are Batteries Included
Yes
Lithium Battery Energy Content
2.6 Watt Hours
Number Of Lithium Ion Cells
3
Included Components
Laptop, Battery, AC Adapter, User Guide, Manuals
Manufacturer
Dell India Pvt Ltd
Country of Origin
China
Item Weight
1 kg 800 g
ASIN
B09TNY7CBX
Customer Reviews
3.4 out of 5 stars
Best Sellers Rank
#84,247 in Computers & Accessories (See Top 100 in Computers & Accessories ) #3,337 in Traditional Laptops
Date First Available
1 March 2022
Packer
Dell India Pvt Ltd
Importer
Dell India Pvt Ltd
Item Dimensions LxWxH
23.5 x 35.8 x 1.9 Centimeters
Net Quantity
1 Count
Generic Name
Laptop
Please
sign in to provide feedback.
n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘
‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?://)?(([a-z0-9-]|%[A-F0-9]{2})+.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(/[a-z0-9;:,~!+#@&=%/$.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+.?[0-9]*)$|^([0-9]*.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar
);
}
});
Table of Dell New Inspiron 3515 Windows Laptop, AMD Ryzen3-3250U, Win11 + Office’ 21, 8GB GDDR4, 1TB HDD + 256GB SSD, 15.6″ (39.62Cms) FHD AG, Carbon Black – D560798WIN9BE, 1.8Kgs
Name Dell New Inspiron 3515 Windows Laptop, AMD Ryzen3-3250U, Win11 + Office’ 21, 8GB GDDR4, 1TB HDD + 256GB SSD, 15.6″ (39.62Cms) FHD AG, Carbon Black – D560798WIN9BE, 1.8Kgs ASIN Number B09TNY7CBX Product Brand Author Buy From here Buy Now
Hashtags of Dell New Inspiron 3515 Windows Laptop, AMD Ryzen3-3250U, Win11 + Office’ 21, 8GB GDDR4, 1TB HDD + 256GB SSD, 15.6″ (39.62Cms) FHD AG, Carbon Black – D560798WIN9BE, 1.8Kgs
#Dell #Inspiron #Windows #Laptop #AMD #Ryzen33250U #Win11 #Office #8GB #GDDR4 #1TB #HDD #256GB #SSD #39.62Cms #FHD #Carbon #Black #D560798WIN9BE #1.8Kgs
Learn More
There are no reviews yet.